mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-09 21:32:02 +05:30
str_replace.h: make sure the header is included only once
This commit is contained in:
parent
f62488731f
commit
c3d1f9350a
@ -5,6 +5,9 @@
|
||||
* License: Unlicense
|
||||
*/
|
||||
|
||||
#ifndef _STR_REPLACE_H
|
||||
#define _STR_REPLACE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -16,3 +19,5 @@ char* str_replace(
|
||||
const char* replacement,
|
||||
ssize_t max_count
|
||||
);
|
||||
|
||||
#endif /* _STR_REPLACE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user