Improve memory efficiency via plain ints for length
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef _UCLISP_H_
|
||||
#define _UCLISP_H_
|
||||
|
||||
struct ucl_scope;
|
||||
struct ucl_object;
|
||||
struct ucl;
|
||||
|
||||
@@ -11,6 +10,9 @@ void ucl_delete(struct ucl* state);
|
||||
struct ucl_object *ucl_tokenize(struct ucl* state, const char *source);
|
||||
struct ucl_object *ucl_parse(struct ucl* state, const char *sexp);
|
||||
struct ucl_object *ucl_evaluate(struct ucl* state, struct ucl_object *sexp);
|
||||
struct ucl_object *ucl_evaluate_progn(struct ucl* state, struct ucl_object *sexps);
|
||||
void ucl_print_obj(struct ucl_object *obj);
|
||||
|
||||
|
||||
void ucl_gc(struct ucl* ucl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user