Files
zOS/common/umlibc/ansi/isgraph.c

6 lines
65 B
C
Executable File

#include <ctype.h>
int (isgraph)(int c) {
return isgraph(c);
}