home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / string.h < prev    next >
Text File  |  2000-02-01  |  288b  |  12 lines

  1. /* String.h - stub redirector for either _str.h or string.stl
  2. */
  3.  
  4. #if !defined(__cplusplus)
  5. #  include <_str.h>
  6. #else /* __cplusplus */
  7. #  include <_str.h>
  8. #  if defined(__USING_STD_NAMES__)
  9. #    include <string.stl>
  10. #  endif /* __USING_STD_NAMES__ */
  11. #endif /* __cplusplus */
  12.