nctref/examples/Alloc.nct

5 lines
78 B
Plaintext

record Alloc {
u8* userdata;
u8*(u8* userdata, u8* ptr, u32 sz)* realloc;
}