2 * test-mktemp.c: code to exercise the creation of temporary files
5 #include "git-compat-util.h"
7 int cmd__mktemp(int argc
, const char **argv
)
10 usage("Expected 1 parameter defining the temporary file template");
12 xmkstemp(xstrdup(argv
[1]));