15#define C8_ARG_VERBOSE 1
20#define C8_ENCODE_MAX_LINE_LENGTH 100
25#define C8_ENCODE_MAX_WORDS 100
30#define C8_ENCODE_MAX_LINES 500
char ** c8_lines
Source code (will be manipulated when encoding)
Definition: encode.c:36
int c8_encode(const char *, uint8_t *, int)
Parse the given string.
Definition: encode.c:53
char * c8_remove_comment(char *)
Remove comment from string if exists.
Definition: encode.c:136
char ** c8_linesUnformatted
Source code (will not be manipulated when encoding)
Definition: encode.c:37
int c8_lineCount
Source code line count.
Definition: encode.c:38