source:
trunk/kLdr/kLdrHlp.h@
23
Last change on this file since 23 was 2, checked in by , 18 years ago | |
---|---|
|
|
File size: 277 bytes |
Rev | Line | |
---|---|---|
[2] | 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.