mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-13 00:32:08 +05:30
str_replace.h: add missing macros
This commit is contained in:
parent
59a9721afa
commit
1ff2eec112
@ -16,6 +16,9 @@
|
|||||||
// : parameters
|
// : parameters
|
||||||
// : : count of replacements
|
// : : count of replacements
|
||||||
#define STR_REPLACE_ALL 0
|
#define STR_REPLACE_ALL 0
|
||||||
|
// : : directions
|
||||||
|
#define STR_REPLACE_DIR_FORWARD false
|
||||||
|
#define STR_REPLACE_DIR_BACKWARD true
|
||||||
|
|
||||||
// function definitions
|
// function definitions
|
||||||
char* str_replace(
|
char* str_replace(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user