about summary refs log tree commit diff
path: root/compat/getprogname_unimpl.c
blob: 339c54ae3a76154d9f398e6b92b955d683b75b74 (plain) (blame)
1
2
3
4
5
6
7
#include <stdlib.h>

const char *
getprogname(void)
{
	return "?";
}
00:11:18 -0500'>2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe