Last change
on this file since 80 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__
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | char SysQueryBootDriveLetter(void);
|
---|
9 | ULONG SysQueryOSRelease(void);
|
---|
10 | void SysWriteToTrapLog(const char* chrFormat, ...);
|
---|
11 | /* To be moved in clib */
|
---|
12 | char* 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.