Login
7 branches 0 tags
Ben (Win10) Added [array/heap-sort] and assorted functions provied by aruseus from twitch 5849848 3 years ago 387 Commits
nujel / lib / allocation / native-function.h
#pragma once
#include "../nujel.h"

#define NFN_MAX (1<<10)
extern lNFunc   lNFuncList  [NFN_MAX];
extern uint     lNFuncMax;
extern uint     lNFuncActive;

void      lNativeFunctionsInit();
void      lNFuncFree          (uint i);
lNFunc   *lNFuncAlloc         ();
int       lNFuncID            (const lNFunc *n);