• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

counter.h

Go to the documentation of this file.
00001 
00005 #ifndef _COUNTER_H
00006 #define _COUNTER_H
00007 
00008 #include <iup.h>
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 
00016 void ctTimerStart(void);
00017 
00019 char* ctTimerCount(void);
00020 
00022 char* ctTimerDelay(int delay_time);
00023 
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 
00029 #endif

Generated on Wed Jan 9 2019 09:48:59 for IMLAB by  doxygen 1.7.1