example/c-vt

This commit is contained in:
Mitchell Hashimoto
2025-09-24 09:42:20 -07:00
parent 969fcfaec3
commit e1429dabae
4 changed files with 72 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ typedef enum {
GHOSTTY_VT_OUT_OF_MEMORY = -1,
} GhosttyVtResult;
//-------------------------------------------------------------------
// Allocator Interface
typedef struct {
/**
* Return a pointer to `len` bytes with specified `alignment`, or return