#include #include "tokengen.h" main(int argc, char **argv) { char *s; s = tokengen_get_token((TokenGen *) "Jim"); }