aboutsummaryrefslogtreecommitdiff
blob: 5000ddbd8fcd3bc57d464ca7f5f3aac4510670f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define CONFIG HAVE_OPEN64
#define FUNC open64
#define SFUNC "open64"
#define FUNC_STR "\"%s\", %o"
#define FUNC_IMP file, flags
#define ARG_CNT 2
#define ARG_USE "<file> <fflags>"

#define process_args() \
	s = argv[i++]; \
	const char *file = f_get_file(s); \
	\
	s = argv[i++]; \
	int flags = f_get_flags(s);

#include "test-skel-0.c"