home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlint1_0.zip / tlint1_0 / include / string.h < prev    next >
C/C++ Source or Header  |  1995-11-08  |  204b  |  13 lines

  1. /*
  2.  * Copyright (c) 1995, by Thinkage Ltd.
  3.  *
  4.  * string.h - definitions of string functions
  5.  */
  6. #define    _D_STRING
  7. #pragma idempotent
  8. #protoset string
  9.  
  10. #if !defined(NULL)
  11. #    define    NULL        ((void *)0)
  12. #endif
  13.