Made on Kubuntu
Go to the source code of this file.
Functions | |
bool | INISetComment (const char commentchar) |
Sets the comment character. | |
bool | INISetSeparator (const char sep) |
Sets name=value separator character. |
bool INISetComment | ( | const char | comment_char | ) |
Sets the comment character.
Default comment character is ';'. This function changes it to given character. Only a character that does not serve a special purpose in INI files can be set as the comment character.
comment_char | New comment character. |
Definition at line 29 of file globals.cpp.
bool INISetSeparator | ( | const char | sep | ) |
Sets name=value separator character.
Default separator is '='. This function changes it to given character. Only a character that does not serve a special purpose in INI files can be set as the separator.
comment_char | New separator. |
Definition at line 56 of file globals.cpp.