20#ifndef X_SEXP_STR_PRE_STR
21#define X_SEXP_STR_PRE_STR "\""
24#ifndef X_SEXP_STR_PRE_STR_LEN
25#define X_SEXP_STR_PRE_STR_LEN 1
28#ifndef X_SEXP_STR_POST_STR
29#define X_SEXP_STR_POST_STR X_SEXP_STR_PRE_STR
32#ifndef X_SEXP_STR_POST_STR_LEN
33#define X_SEXP_STR_POST_STR_LEN X_SEXP_STR_PRE_STR_LEN
36#ifndef X_SEXP_STR_CHARS_STR
37#define X_SEXP_STR_CHARS_STR X_SEXP_STR_PRE_STR
static void x_obj_t * p_args
Definition x-prim.h:56
The x-expr object system – atoms, pairs, flags, and type dispatch.
x_obj_t x_satom_t[X_OBJ_META_LEN+X_OBJ_UNITS_ATOM]
Definition x-obj.h:283
x_obj_t x_spair_t[X_OBJ_META_LEN+X_OBJ_UNITS_PAIR]
Definition x-obj.h:286
x_spair_t x_sexp_str_analyse3_prim
Definition str.h:44
x_obj_t * x_sexp_str_analyse2(x_obj_t *p_base, x_obj_t *p_args)
Definition str.c:76
x_satom_t x_sexp_str_read_prim
Definition str.c:29
x_spair_t x_sexp_str_analyse2_prim
Definition str.h:43
x_obj_t * x_sexp_str_read(x_obj_t *p_base, x_obj_t *p_args)
Definition str.c:126
x_obj_t * x_sexp_str_analyse3(x_obj_t *p_base, x_obj_t *p_args)
Definition str.c:108
x_spair_t x_sexp_str_analyse1_prim
Definition str.c:23
x_obj_t * x_sexp_str_analyse1(x_obj_t *p_base, x_obj_t *p_args)
Definition str.c:54