aboutsummaryrefslogtreecommitdiffstats
path: root/missing/system.c
blob: bceca9e959948cb76124e6d9eb42abfd77f0c84d (plain)
1
2
3
4
5
6
7
int
system(s)
char *s;
{
	fatal("system() not supported on this system");
	return 0;
}