aboutsummaryrefslogtreecommitdiff
blob: 2afb7dc5e37333c963f3ed3d7621987c7f2bada6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define FUNC unlink
#define SFUNC "unlink"
#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"