Minix2.0/src/lib/ansi/isgraph.c

#include	<ctype.h>

int (isgraph)(int c) {
	return isgraph(c);
}