We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adf382 commit 7914ad7Copy full SHA for 7914ad7
ini.h
@@ -51,7 +51,8 @@ extern "C" {
51
52
Note that even though the value parameter has type "const char*", the user
53
may cast to "char*" and modify its content, as the value is not used again
54
- after the call to ini_handler.
+ after the call to ini_handler. This is not true of section and name --
55
+ those must not be modified.
56
*/
57
#if INI_HANDLER_LINENO
58
typedef int (*ini_handler)(void* user, const char* section,
0 commit comments