code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(11 lines)
1 // Type info and methods for "Memory" opaque type
3 #pragma once
5 #include <stdbool.h>
6 #include <stdint.h>
8 #include "types.h"
10 extern const TypeInfo_t Memory$info;
11 Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo_t *type);