source:
kStuff/trunk/kLdr/kLdrHlp.h@
5
Last change on this file since 5 was 2, checked in by , 17 years ago | |
---|---|
|
|
File size: 277 bytes |
Line | |
---|---|
1 | |
2 | int kldrHlpGetEnv(const char *pszVar, char *pszVal, KSIZE cchVal); |
3 | int kldrHlpGetEnvUZ(const char *pszVar, KSIZE *pcb); |
4 | |
5 | void kldrHlpExit(int rc); |
6 | void kldrHlpSleep(unsigned cMillies); |
7 | |
8 | char *kldrHlpInt2Ascii(char *psz, KSIZE cch, long lVal, unsigned iBase); |
9 |
Note:
See TracBrowser
for help on using the repository browser.