source: trunk/kStuff/kLdr/kLdrHlp.h@ 3604

Last change on this file since 3604 was 3573, checked in by bird, 18 years ago

kHlp work...

  • Property svn:keywords set to Id
File size: 286 bytes
Line 
1
2int kldrHlpGetEnv(const char *pszVar, char *pszVal, KSIZE cchVal);
3int kldrHlpGetEnvUZ(const char *pszVar, KSIZE *pcb);
4
5void kldrHlpExit(int rc);
6void kldrHlpSleep(unsigned cMillies);
7
8char *kldrHlpInt2Ascii(char *psz, KSIZE cch, long lVal, unsigned iBase);
9
Note: See TracBrowser for help on using the repository browser.