From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/burneye/src/conf/tmp/functionlist.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 other/burneye/src/conf/tmp/functionlist.h (limited to 'other/burneye/src/conf/tmp/functionlist.h') diff --git a/other/burneye/src/conf/tmp/functionlist.h b/other/burneye/src/conf/tmp/functionlist.h new file mode 100644 index 0000000..67d062f --- /dev/null +++ b/other/burneye/src/conf/tmp/functionlist.h @@ -0,0 +1,20 @@ +/* fornax - distributed network + * + * by team teso + * + * script functions + */ + +#ifndef FNX_FUNCTIONLIST_H +#define FNX_FUNCTIONLIST_H + +#include "symbol.h" + +int f_listen (sym_elem **sl); /* net.listen */ +int node_self (sym_elem **stab); /* sys.self */ +int tt_schedule (sym_elem **stab); /* time.schedule */ +int tt_erase (sym_elem **stab); /* time.erase */ + +#endif + + -- cgit v1.3