isupper.c

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

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