home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / g++ / ctype.h < prev    next >
C/C++ Source or Header  |  1993-06-29  |  178b  |  11 lines

  1. #include <_G_config.h>
  2. extern "C" {
  3. #include_next <ctype.h>
  4. #ifndef toupper
  5. extern int toupper _G_ARGS((int));
  6. #endif
  7. #ifndef tolower
  8. extern int tolower _G_ARGS((int));
  9. #endif
  10. }
  11.