pineapple/externals/libressl/crypto/compat/getprogname_unimpl.c
2020-12-28 15:15:37 +00:00

7 lines
69 B
C
Executable file

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