mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 07:28:24 -05:00
8 lines
69 B
C
8 lines
69 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
const char *
|
||
|
getprogname(void)
|
||
|
{
|
||
|
return "?";
|
||
|
}
|