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