home *** CD-ROM | disk | FTP | other *** search
- /*
- #### # # # #
- # # # # # The FreeWare C library for
- # # ## ### # # # # ### RISC OS machines
- # # # # # # # # # # # ___________________________________
- # # #### ### ## # # # #
- # # # # # # # # # # Please refer to the accompanying
- #### ### #### # # ##### # ### documentation for conditions of use
- ________________________________________________________________________
-
- File: stringcr.h
- Author: Copyright © 1992, 1993 Jason Williams
- Version: 1.13 (30 May 1993)
- Purpose: Provides functions identical in operation to those defined in
- ANSI <string.h>, except that these functions all work with strings
- that have non-zero terminating characters (BASIC and the WIMP
- often use a char 13 instead of a char 0 to terminate their
- strings). ANY char < 32 will terminate these strings.
- These functions are currently defined in Sublibrary Misc.c.*
- */
-
- #ifndef __dl_stringcr_h
- #define __dl_stringcr_h
-
- /* The functions provided by 'StringCR.h' have been relocated into the
- * 'Str.h' header. This header is now provided only for backward
- * compatability with existing DeskLib programs.
- */
-
- #include "Str.h"
-
- #endif
-