From 0cd297234287aea4188ccdc5c80e2ee1b6e18119 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 22 Jan 2021 16:14:26 +0000 Subject: [PATCH] some re-spacing in lib/moo-utl.h --- moo/lib/moo-utl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/moo/lib/moo-utl.h b/moo/lib/moo-utl.h index 92ecf71..908afa0 100644 --- a/moo/lib/moo-utl.h +++ b/moo/lib/moo-utl.h @@ -363,6 +363,8 @@ MOO_EXPORT int moo_equal_bchars ( moo_oow_t len ); +/* ------------------------------ */ + MOO_EXPORT int moo_comp_uchars ( const moo_uch_t* str1, moo_oow_t len1, @@ -416,6 +418,8 @@ MOO_EXPORT int moo_comp_bchars_ucstr ( const moo_uch_t* str2 ); +/* ------------------------------ */ + MOO_EXPORT void moo_copy_uchars ( moo_uch_t* dst, const moo_uch_t* src, @@ -433,6 +437,7 @@ MOO_EXPORT void moo_copy_bchars_to_uchars ( const moo_bch_t* src, moo_oow_t len ); + MOO_EXPORT void moo_copy_uchars_to_bchars ( moo_bch_t* dst, const moo_uch_t* src, @@ -487,6 +492,8 @@ MOO_EXPORT moo_oow_t moo_copy_bcstr_unlimited ( const moo_bch_t* src ); +/* ------------------------------ */ + MOO_EXPORT void moo_fill_uchars ( moo_uch_t* dst, const moo_uch_t ch,