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

8 lines
69 B
C
Raw Normal View History

2020-12-28 19:15:37 +04:00
#include <stdlib.h>
const char *
getprogname(void)
{
return "?";
}