source: trunk/test/include/sys_funcs.h@ 89

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

Import sources from cwmm-full.zip dated 2005-03-21

File size: 352 bytes
Line 
1#ifndef SYS_H_INCLUDED
2#define SYS_H_INCLUDED
3
4#ifdef __CPLUSPLUS__
5extern "C" {
6#endif
7
8char SysQueryBootDriveLetter(void);
9ULONG SysQueryOSRelease(void);
10void SysWriteToTrapLog(const char* chrFormat, ...);
11/* To be moved in clib */
12char* strlcpy(char* string1, char* string2, size_t count);
13
14#ifdef __CPLUSPLUS__
15}
16#endif
17
18#endif
19
Note: See TracBrowser for help on using the repository browser.