blob: 05c4b6c4c186c26209dddee1178c6c2ebd4bd23a [file] [log] [blame]
/* vi: set ts=4 : */
#include "toys.h"
int df_main(void)
{
printf("toys.which->name=%s\n",toys.which->name);
}