aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/memory.h
blob: 230a48c34352ee09f9beb79854caae4b14771628 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Type info and methods for "Memory" opaque type

#pragma once

#include <stdbool.h>
#include <stdint.h>

#include "types.h"

extern const TypeInfo_t Memory$info;
Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo_t *type);