diff --git a/include/r3_str.h b/include/r3_str.h index 1243697..0250144 100644 --- a/include/r3_str.h +++ b/include/r3_str.h @@ -4,8 +4,8 @@ * * Distributed under terms of the MIT license. */ -#ifndef STR_H -#define STR_H +#ifndef R3_STR_H +#define R3_STR_H #ifdef __cplusplus extern "C" { @@ -56,5 +56,4 @@ char *strndup(const char *s, int n); } #endif -#endif /* !STR_H */ - +#endif /* !R3_STR_H */