Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
for assert() More...
Data Fields | |
char | content |
the content of this node | |
struct ASTNode * | left |
left child | |
struct ASTNode * | right |
right child | |
for assert()
for IO operations for string operations for memory management
Definition for a binary abstract syntax tree (AST) node