Go to the documentation of this file.
29 #ifndef LHOGHO_WORDS_H
30 #define LHOGHO_WORDS_H
35 #define STRING(x) ((x)->unode.c[2])
36 #define WORD(x) ((x)->unode.a[3])
37 #define LENGTH(x) ((x)->unode.u[1] >> 8)
38 #define IDLENGTH(x) ((x)->unode.u[1])
39 #define IS_WORD(x) (ID(x)==WORD_ID)
40 #define IS_SUBWORD(x) (ID(x)==SUBWORD_ID)
41 #define IS_ANY_WORD(x) ((ID(x)==WORD_ID)||(ID(x)==SUBWORD_ID))
43 #define WORD_SIZE 256*256*256
67 #endif //LHOGHO_WORDS_H
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013