TimeManager
reset.h
Go to the documentation of this file.
1 
8 #ifndef _RESET_H_
9 #define _RESET_H_
10 
17 int reset(int argc, char* argv[]);
18 
19 #endif
int reset(int argc, char *argv[])
共有メモリ、セマフォをアンリンクする。
Definition: reset.c:126