TimeManager
lock.h
Go to the documentation of this file.
1 
9 #ifndef _LOCK_H_
10 #define _LOCK_H_
11 
22 int lock(int argc, char* argv[]);
23 
24 #endif
int lock(int argc, char *argv[])
スケジュールの書き換えをロックする。
Definition: lock.c:218