profile.h
上传用户:dzdeming
上传日期:2022-08-03
资源大小:381k
文件大小:0k
源码类别:

Windows CE

开发平台:

Visual C++

  1. /*********************************************
  2.   NAME: profile.h
  3.   DESC: 
  4.   HISTORY:
  5.   Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon 
  6.  *********************************************/
  7. #ifndef __profile_h__
  8. #define __profile_h__
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. void Timer_InitEx(void);
  13. void Timer_StartEx(void);
  14. float Timer_StopEx(void);
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif /*__profile_h__*/