8 lines
69 B
C
8 lines
69 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
const char *
|
||
|
getprogname(void)
|
||
|
{
|
||
|
return "?";
|
||
|
}
|