|
NeKernel dev
|
libMsg LISP system. More...
#include <libSystem/SystemKit/System.h>Go to the source code of this file.
Classes | |
| struct | LIBMSG_EXPR |
| an expression chain of LibMSG. More... | |
Typedefs | |
| typedef Void(* | libmsg_func_type) (struct LIBMSG_EXPR *self, VoidPtr arg, SizeT arg_size) |
| Function type for LibMSG lisp. | |
Functions | |
| IMPORT_C Void | libmsg_init_library (libmsg_func_type *funcs, SizeT cnt) |
| IMPORT_C UInt32 | libmsg_close_library (Void) |
| IMPORT_C UInt32 | libmsg_eval_expr (struct LIBMSG_EXPR *head) |
libMsg LISP system.
| typedef Void(* libmsg_func_type) (struct LIBMSG_EXPR *self, VoidPtr arg, SizeT arg_size) |
Function type for LibMSG lisp.
| IMPORT_C UInt32 libmsg_close_library | ( | Void | ) |
| IMPORT_C UInt32 libmsg_eval_expr | ( | struct LIBMSG_EXPR * | head | ) |
| IMPORT_C Void libmsg_init_library | ( | libmsg_func_type * | funcs, |
| SizeT | cnt ) |