#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "../quicklist/quicklist.h"
#include "../quickhash/quickhash.h"
#include "statecomp.h"
Functions | |
| void | gen_state_action (enum state_action action, char *run_func, char *state_name) |
|
||||||||||||||||
|
generates first two lines in the state machine (I think), the first one indicating what kind of action it is ("run" or "jump") and the second being the action itself (either a function or a nested state machine).
|
1.3.5