www.pudn.com > yuzhishuanfa.zip > APPUTIL.h


//1999.1.16 鲍捷,一些常用的函数 
#include "stdafx.h" 
 
int WINAPI PrintVar(LPSTR Format, ...); 
void WINAPI MyPrintf(char* fmt, ...);		// Send to debug console with Printf format; 
BOOL WINAPI CmdExec( LPTSTR szCmd);