remove strings.h

This commit is contained in:
h_vogt 2010-02-15 10:14:25 +00:00
parent 5a710c5ac9
commit d2103f6ddf
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
/*
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