/* * mkdtemp() wrapper. * * Copyright 1999-2011 Gentoo Foundation * Licensed under the GPL-2 */ #define WRAPPER_ARGS_PROTO char *template #define WRAPPER_ARGS template #define WRAPPER_RET_TYPE char * #define WRAPPER_RET_DEFAULT NULL #define WRAPPER_SAFE() SB_SAFE(template) #include "__wrapper_simple.c"