Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "cthulhu/util/text.h"
#include "base/panic.h"
#include "base/util.h"
#include "cthulhu/events/events.h"
#include "arena/arena.h"
#include "std/typed/vector.h"
#include "notify/notify.h"
Go to the source code of this file.
Data Structures | |
struct | escape_t |
Functions | |
STA_DECL text_t | util_text_escape (logger_t *reports, const node_t *node, const char *text, size_t length, arena_t *arena) |
STA_DECL bool | util_text_has_escapes (const char *text, size_t length) |