1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 08:54:34 +05:30

str_replace.h: add missing macros

This commit is contained in:
Intel A80486DX2-66 2024-06-28 14:03:49 +03:00
parent 59a9721afa
commit 1ff2eec112
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -16,6 +16,9 @@
// : parameters
// : : count of replacements
#define STR_REPLACE_ALL 0
// : : directions
#define STR_REPLACE_DIR_FORWARD false
#define STR_REPLACE_DIR_BACKWARD true
// function definitions
char* str_replace(