Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
633 B

  1. /*
  2. File: Strings.h
  3. Contains: Pascal <-> C String Interfaces.
  4. Version: Technology: System 7.5
  5. Release: QuickTime 7.3
  6. Copyright: (c) 2007 (c) 1985-1993, 1996-1997 by Apple Computer, Inc., all rights reserved
  7. Bugs?: For bug reports, consult the following page on
  8. the World Wide Web:
  9. http://developer.apple.com/bugreporter/
  10. */
  11. /*
  12. Note: All Pascal <-> C String routines have moved to TextUtils.h
  13. */
  14. #ifndef __STRINGS__
  15. #define __STRINGS__
  16. #ifndef __TEXTUTILS__
  17. #include <TextUtils.h>
  18. #endif
  19. #endif /* __STRINGS__ */