source: trunk/kStuff/kLdr/kLdrHlp.h

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

kHlp work...

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