Changeset 2836 for trunk/kLdr/kLdrHlp.h


Ignore:
Timestamp:
Oct 26, 2006, 5:58:53 AM (19 years ago)
Author:
bird
Message:

more prototyping. (And avoid 64-bit div/rem)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrHlp.h

    r2833 r2836  
    146146void    kldrHlpExit(int rc);
    147147void    kldrHlpSleep(unsigned cMillies);
     148char   *kldrHlpInt2Ascii(char *psz, size_t cch, long lVal, unsigned iBase);
    148149void    kldrHlpAssertMsg(const char *pszExpr, const char *pszFile, unsigned iLine, const char *pszFunction);
    149150
Note: See TracChangeset for help on using the changeset viewer.