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

8 lines
69 B
C
Raw Normal View History

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