TimeManager
set.h
Go to the documentation of this file.
1 
9 #ifndef _SET_H_
10 #define _SET_H_
11 
21 int set(int argc, char *argv[]);
22 
23 #endif
int set(int argc, char *argv[])
stdinからスケジュールを読み込み、有効化する。
Definition: set.c:116