|
Jspice3
|
#include "misc.h"

Go to the source code of this file.
Data Structures | |
| struct | wordlist |
| struct | _complex |
| struct | variable |
Macros | |
| #define | realpart(cval) ((struct _complex *) (cval))->cx_real |
| #define | imagpart(cval) ((struct _complex *) (cval))->cx_imag |
| #define | va_bool va_V.vV_bool |
| #define | va_num va_V.vV_num |
| #define | va_real va_V.vV_real |
| #define | va_string va_V.vV_string |
| #define | va_vlist va_V.vV_list |
| #define | VT_BOOL 1 |
| #define | VT_NUM 2 |
| #define | VT_REAL 3 |
| #define | VT_STRING 4 |
| #define | VT_LIST 5 |
Typedefs | |
| typedef int | bool |
| typedef struct wordlist | wordlist |
| typedef struct _complex | complex |
Functions | |
| void | fatal () |
| int | wl_length () |
| void | wl_free () |
| wordlist * | wl_copy () |
| wordlist * | wl_splice () |
| void | wl_print () |
| wordlist * | wl_build () |
| char ** | wl_mkvec () |
| wordlist * | wl_append () |
| wordlist * | wl_reverse () |
| char * | wl_flatten () |
| wordlist * | wl_nthelem () |
| void | wl_sort () |
| wordlist * | wl_range () |
Variables | |
| int | cp_numdgt |
| void fatal | ( | ) |
| wordlist* wl_append | ( | ) |
| wordlist* wl_build | ( | ) |
| wordlist* wl_copy | ( | ) |
| char* wl_flatten | ( | ) |
| void wl_free | ( | ) |
| int wl_length | ( | ) |
| char** wl_mkvec | ( | ) |
| wordlist* wl_nthelem | ( | ) |
| void wl_print | ( | ) |
| wordlist* wl_range | ( | ) |
| wordlist* wl_reverse | ( | ) |
| void wl_sort | ( | ) |
| wordlist* wl_splice | ( | ) |
| int cp_numdgt |
Definition at line 15 of file printnum.c.