9 char *i = NULL, *j = NULL;
19 strncpy(TempKey, Key,
sizeof(TempKey) - 2);
20 TempKey[
sizeof(TempKey) - 2] =
'\0';
35 if(*j && (j[1] ==
'\r')) j++;
36 if(*j && (j[1] ==
'\n')) j++;
37 strcat(NewBuffer, ++j);
void INIFindStartEnd(char *, char **, char **, dword)
void INIKillKey(char *Key)