#define CONFIG HAVE_LUTIMES #define FUNC lutimes #define SFUNC "lutimes" #define FUNC_STR "\"%s\", %p" #define FUNC_IMP file, times #define ARG_CNT 2 #define ARG_USE " " #define process_args() \ s = argv[i++]; \ const char *file = f_get_file(s); \ \ s = argv[i++]; \ const struct timeval *times = NULL; #include "test-skel-0.c"