#ifndef MISC_H #define MISC_H #include char *NewString(char *s); int Prompt(HWND hParent, char *caption, char *prompt, int dflt); void MBPrintf(TCHAR *szCaption, TCHAR *szFormat, ...); void EditPrintf(HWND hwndEdit, int maxLen, TCHAR *szFormat, ...); void ConPrintf(TCHAR * szFormat, ...); #endif .