aboutsummaryrefslogtreecommitdiff
blob: e7fe67017cdd48183cc9157abcdc39c80498855f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define FUNC opendir
#define SFUNC "opendir"
#define FUNC_STR "\"%s\""
#define FUNC_IMP path
#define ARG_CNT 1
#define ARG_USE "<path>"

#define process_args() \
	s = argv[i++]; \
	char *path = s;

#include "test-skel-0.c"