repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Install OpenSSL 0.9.8y header files
[msysgit.git]
/
mingw
/
include
/
strings.h
blob
2a777c2d7528f2ac4149b5b0f0282b97e33171c1
1
/*
2
File: strings.h
3
Copyright: Public Domain
4
5
This file is provided because non ANSI fuctions are described in string.h
6
that belong in strings.h. These functions are provided for in the OLDNAME
7
libraries.
8
*/
9
#if !defined(_STRINGS_H_)
10
# define _STRINGS_H_ 1
11
# include <string.h>
12
#endif