Login
7 branches 0 tags
Ben (Win10) [str/length] -> [string/length], and pad-start, pad-end 6dc9f24 4 years ago 195 Commits
nujel / lib / type / native-function.h
#pragma once
#include "../nujel.h"

lVal     *lAddNativeFunc      (lClosure *c, const char *sym, const char *args, const char *doc, lVal *(*func)(lClosure *,lVal *));
lVal     *lAddSpecialForm     (lClosure *c, const char *sym, const char *args, const char *doc, lVal *(*func)(lClosure *,lVal *));