32extern void unset_destroy(
UBuffer* buf );
33extern void unset_toShared(
UCell* cell );
36#define unset_toText unset_toString
37#define unset_recycle 0
38#define unset_markBuf 0
Holds information for binding functions.
Definition urlan.h:402
The UBuffer struct holds information about a resource, usually a chunk of memory.
Definition urlan.h:266
The UThread struct stores the data specific to a thread of execution.
Definition urlan.h:309
A cell holds a single value of a simple type or a reference (often to a UBuffer) for a complex type.
Definition urlan.h:248