home *** CD-ROM | disk | FTP | other *** search
/ Beginning C++ Through Gam…rogramming (2nd Edition) / BCGP2E.ISO / bloodshed / devcpp-4.9.9.2_setup.exe / strings.h < prev    next >
Text File  |  2005-01-29  |  306b  |  13 lines

  1. /*
  2.     File: strings.h
  3.     Copyright: Public Domain
  4.  
  5.     This file is provided because non ANSI fuctions are described in string.h 
  6.     that belong in strings.h.  These functions are provided for in the OLDNAME
  7.     libraries.
  8. */
  9. #if !defined(_STRINGS_H_)
  10. # define _STRINGS_H_ 1
  11. # include <string.h>
  12. #endif
  13.