1 2 3 4 5 6 7
/* vi: set ts=4 : */ #include "toys.h" int df_main(void) { printf("toys.which->name=%s\n",toys.which->name); }