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

str_replace.c: dedicate a parameter for backward search

Improve the test
This commit is contained in:
2024-06-28 14:01:30 +03:00
parent 1ad67ca96c
commit 32050ac6a8
2 changed files with 58 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
#ifndef _STR_REPLACE_H
#define _STR_REPLACE_H
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>