Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.h « include « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a777c2d7528f2ac4149b5b0f0282b97e33171c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
    File: strings.h
    Copyright: Public Domain

    This file is provided because non ANSI fuctions are described in string.h 
    that belong in strings.h.  These functions are provided for in the OLDNAME
    libraries.
*/
#if !defined(_STRINGS_H_)
# define _STRINGS_H_ 1
# include <string.h>
#endif