x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
x-tco.h
Go to the documentation of this file.
1#ifndef X_TCO_H
2#define X_TCO_H
3
17/*
18 * ., .,
19 * {O,O}
20 * ( )
21 * " "
22 */
23
24#include "x-obj.h"
25
28
32void x_tco_restore(x_obj_t *p_base, x_obj_t *p_env);
33
34#endif /* X_TCO_H */
Definition x-obj.h:212
The x-expr object system – atoms, pairs, flags, and type dispatch.
void x_tco_restore(x_obj_t *p_base, x_obj_t *p_env)
Definition x-tco.c:56
x_obj_t * x_tco_env_save(x_obj_t *p_base)
Definition x-tco.c:33