source: trunk/tst/include/uptime.h@ 4

Last change on this file since 4 was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 255 bytes
Line 
1#ifndef UPTIME_H_INCLUDED
2#define UPTIME_H_INCLUDED
3
4
5#if __cplusplus
6extern "C" {
7#endif
8
9ULONG SysGetUptimeSecs(BOOL fUseTimer);
10char* SysGetUptimeString(BOOL fUseTimer, char * chrBuffer, ULONG ulSize);
11#if __cplusplus
12}
13#endif
14
15#endif
16
Note: See TracBrowser for help on using the repository browser.