1 2 3 4 5 6 7 8 9 10
#ifndef _UTILS_INC #define _UTILS_INC void ShowError(char *fmt, ...); void ShowWarning(char *fmt, ...); void ShowInfo(char *fmt, ...); void WMPPause(); #endif