mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-08 08:54:34 +05:30
str_replace.c: label code blocks
This commit is contained in:
parent
c3d1f9350a
commit
1ad67ca96c
@ -11,8 +11,12 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
// macros
|
||||||
|
// : parameters
|
||||||
|
// : : count of replacements
|
||||||
#define STR_REPLACE_ALL 0
|
#define STR_REPLACE_ALL 0
|
||||||
|
|
||||||
|
// function definitions
|
||||||
char* str_replace(
|
char* str_replace(
|
||||||
const char* str,
|
const char* str,
|
||||||
const char* substr,
|
const char* substr,
|
||||||
|
Loading…
Reference in New Issue
Block a user