TimeManager
unoccupied.h
Go to the documentation of this file.
1 
5 #ifndef _UNOCCUPIED_H_
6 #define _UNOCCUPIED_H_
7 
24 int unoccupied(int argc, char* argv[]);
25 
26 #endif
int unoccupied(int argc, char *argv[])
空き時間のスケジュールを作成し、stdinから読み込んだスケジュールに反映 して、stdoutに出力する。 ...
Definition: unoccupied.c:325