Cthulhu  0.2.10
Cthulhu compiler collection
text.h File Reference
#include <ctu_util_api.h>
#include "core/compiler.h"
#include "core/analyze.h"
#include "core/text.h"
#include <stddef.h>
#include <stdbool.h>
Include dependency graph for text.h:
This graph shows which files directly or indirectly include this file:

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)