isgraph.c

Go to the documentation of this file.
00001 #include        <ctype.h>
00002 
00003 int (isgraph)(int c) {
00004         return isgraph(c);
00005 }

Generated on Fri Apr 14 22:57:25 2006 for minix by  doxygen 1.4.6