#include #include #include int WritePrivateProfileString(char *section, char *key, char *value, char *filepath); int GetPrivateProfileString(char *section, char *key, char *default_value, char *buffer, int buflen, char *filepath); extern unsigned char tempPath[];