time.h
上传用户:sdtbys
上传日期:2009-12-06
资源大小:13k
文件大小:0k
源码类别:

并口编程

开发平台:

C/C++

  1. #ifndef MY_TIME_H
  2. #define MY_TIME_H
  3. char *GetTime();
  4. char *GetFmtTime();
  5. int timeoutopen(int timeout);
  6. int timeoutclose();
  7. int TimeOut(int fd,int timeout);
  8. #endif