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