Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Data Structures | |
struct | text_t |
a range of text More... | |
struct | text_view_t |
a non-owning view of text More... | |
Macros | |
#define | CT_TEXT_VIEW(str) { .text = (str), .length = sizeof(str) - 1 } |
create a text view from a string literal More... | |