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
27
x_obj_t
*
x_tco_env_save
(
x_obj_t
*p_base);
28
32
void
x_tco_restore
(
x_obj_t
*p_base,
x_obj_t
*p_env);
33
34
#endif
/* X_TCO_H */
x_datum_union
Definition
x-obj.h:212
x-obj.h
The x-expr object system – atoms, pairs, flags, and type dispatch.
x_tco_restore
void x_tco_restore(x_obj_t *p_base, x_obj_t *p_env)
Definition
x-tco.c:56
x_tco_env_save
x_obj_t * x_tco_env_save(x_obj_t *p_base)
Definition
x-tco.c:33
include
x-tco.h
Generated by
1.9.8