yuzu/externals/libressl/crypto/compat/getprogname_unimpl.c

8 lines
69 B
C
Executable File

#include <stdlib.h>
const char *
getprogname(void)
{
return "?";
}