mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-13 00:32:08 +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
|
* License: Unlicense
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _STR_REPLACE_H
|
||||||
|
#define _STR_REPLACE_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
@ -16,3 +19,5 @@ char* str_replace(
|
|||||||
const char* replacement,
|
const char* replacement,
|
||||||
ssize_t max_count
|
ssize_t max_count
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#endif /* _STR_REPLACE_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user