1 // Type info and methods for "Memory" opaque type 2 3 #pragma once 4 5 #include <stdbool.h> 6 #include <stdint.h> 7 8 #include "types.h" 9 10 extern const TypeInfo_t Memory$info; 11 Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo_t *type);