Skip to content

Instantly share code, notes, and snippets.

@lgg2
lgg2 / api_module.h
Last active March 31, 2026 04:27
temp
#ifndef API_MODULE_H
#define API_MODULE_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
struct Arena;
struct List;