mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:22:58 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
12
include/crt/strings.h
Normal file
12
include/crt/strings.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue