#include <ccl.h>
Data Fields | |
| char | comment_char |
| Character that indicates the start of a comment. | |
| char | sep_char |
| Character that separates keys from values. | |
| char | str_char |
| Character that delineates string literals. | |
In the file:
comment_char and continue to a newlinesep_char str_char may contain any character, including spaces.
1.4.1