Browse Source

remove strings.h

pre-master-46
h_vogt 16 years ago
parent
commit
d2103f6ddf
  1. 12
      visualc/include/strings.h

12
visualc/include/strings.h

@ -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
Loading…
Cancel
Save