Fix r3_str.h header protection
This commit is contained in:
parent
89e4517772
commit
28726b27af
1 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
||||||
*
|
*
|
||||||
* Distributed under terms of the MIT license.
|
* Distributed under terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
#ifndef STR_H
|
#ifndef R3_STR_H
|
||||||
#define STR_H
|
#define R3_STR_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -56,5 +56,4 @@ char *strndup(const char *s, int n);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* !STR_H */
|
#endif /* !R3_STR_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue