diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-26 22:19:48 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-26 22:19:48 +0100 |
commit | ae895bf260f2015816988bffe429f06faf653707 (patch) | |
tree | 8ad4fe5275400c28f74f3e4e72f36d74fc598e32 /fbwarn/src/extString.h | |
parent | 9631d1f9d985e4436d2b138f5f83e7a7e9602be8 (diff) | |
download | fsverify-ae895bf260f2015816988bffe429f06faf653707.tar.gz fsverify-ae895bf260f2015816988bffe429f06faf653707.tar.bz2 |
BVG: Add BVGRing
Diffstat (limited to '')
-rw-r--r-- | fbwarn/src/extString.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fbwarn/src/extString.h b/fbwarn/src/extString.h index 19a97c6..66149f1 100644 --- a/fbwarn/src/extString.h +++ b/fbwarn/src/extString.h @@ -1,2 +1,3 @@ -char *strlwr(char *); -char *trim(char *); +char *strlwr(char *s); +char *trim(char *s); +char *replaceStr(char *s, char *old, char *replace); |