aboutsummaryrefslogtreecommitdiff
path: root/toys/df.c
blob: 05c4b6c4c186c26209dddee1178c6c2ebd4bd23a (plain)
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);
}