TimeManager
autoextend.h
1 #ifndef _AUTOEXTEND_H_
2 #define _AUTOEXTEND_H_
3 
4 int autoextend(int argc, char* argv[]);
5 
6 #endif