mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-06 23:20:09 +01:00
8 lines
69 B
C
8 lines
69 B
C
#include <stdlib.h>
|
|
|
|
const char *
|
|
getprogname(void)
|
|
{
|
|
return "?";
|
|
}
|