1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

str_replace.c: label code blocks

This commit is contained in:
2024-06-28 13:58:56 +03:00
parent c3d1f9350a
commit 1ad67ca96c

View File

@ -11,8 +11,12 @@
#include <stdlib.h>
#include <string.h>
// macros
// : parameters
// : : count of replacements
#define STR_REPLACE_ALL 0
// function definitions
char* str_replace(
const char* str,
const char* substr,