|
Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <ctu_util_api.h>#include "core/compiler.h"#include "core/analyze.h"#include "core/text.h"#include <stddef.h>#include <stdbool.h>

Go to the source code of this file.
Functions | |
| CT_BEGIN_API CT_UTIL_API text_t | util_text_escape (logger_t *reports, const node_t *node, STA_READS(length) const char *text, size_t length, arena_t *arena) |
| escape a string literal into a string More... | |
| CT_UTIL_API bool | util_text_has_escapes (STA_READS(length) const char *text, size_t length) |