We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void* StackAlloc(uint32_t size);
Equivalent of standard alloca. Allocates the specified size on the stack, and returns the pointer to allocated region.
alloca
size
Halt()