ext-libressl-portable/crypto/compat/getprogname_unimpl.c
2020-10-23 20:51:08 -06:00

8 lines
69 B
C

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