summaryrefslogtreecommitdiffhomepage
path: root/examples/replace.c
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2022-05-29 00:36:08 +0200
committerTyge Lovset <[email protected]>2022-05-29 00:42:06 +0200
commita341dbc0ce456198d5773c7260e93e8433228ee2 (patch)
tree7759f0cf00201b348bb90868e4553aaed0e3c98e /examples/replace.c
parent06c8dffeb571a3aa6143425704062de4aa879d2c (diff)
downloadSTC-modified-a341dbc0ce456198d5773c7260e93e8433228ee2.tar.gz
STC-modified-a341dbc0ce456198d5773c7260e93e8433228ee2.zip
Renamed cstr_replace_first() => cstr_replace_one().
cstr.h now #include "utf8.h". Added iterator (utf8) to cstr and other utf8 functions postfixed by _u8(). Also renamed some utf8 functions in csview to better names.
Diffstat (limited to 'examples/replace.c')
-rw-r--r--examples/replace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/replace.c b/examples/replace.c
index a5bcf4d3..f658fb3c 100644
--- a/examples/replace.c
+++ b/examples/replace.c
@@ -1,6 +1,5 @@
#include <stc/cstr.h>
-#include <stc/utf8.h>
int main ()
{