//+---------------------------------------------------------------------------- // // File: rtl.h // // Module: // // Synopsis: // // Copyright (C) 2003 Scott Gasch // // Created: sgasch 5 Jul 2003 // //+---------------------------------------------------------------------------- #ifndef _RTL_H_ #define _RTL_H_ void RtlSetMemory(void *pStart, BYTE bFill, ULONG uLength); CHAR * RtlIntToAscii(INT i, CHAR *buf, ULONG uBufLen, ULONG uBase); #endif /* _RTL_H_ */