some re-spacing in lib/moo-utl.h
This commit is contained in:
parent
9b59f0c660
commit
0cd2972342
@ -363,6 +363,8 @@ MOO_EXPORT int moo_equal_bchars (
|
|||||||
moo_oow_t len
|
moo_oow_t len
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/* ------------------------------ */
|
||||||
|
|
||||||
MOO_EXPORT int moo_comp_uchars (
|
MOO_EXPORT int moo_comp_uchars (
|
||||||
const moo_uch_t* str1,
|
const moo_uch_t* str1,
|
||||||
moo_oow_t len1,
|
moo_oow_t len1,
|
||||||
@ -416,6 +418,8 @@ MOO_EXPORT int moo_comp_bchars_ucstr (
|
|||||||
const moo_uch_t* str2
|
const moo_uch_t* str2
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/* ------------------------------ */
|
||||||
|
|
||||||
MOO_EXPORT void moo_copy_uchars (
|
MOO_EXPORT void moo_copy_uchars (
|
||||||
moo_uch_t* dst,
|
moo_uch_t* dst,
|
||||||
const moo_uch_t* src,
|
const moo_uch_t* src,
|
||||||
@ -433,6 +437,7 @@ MOO_EXPORT void moo_copy_bchars_to_uchars (
|
|||||||
const moo_bch_t* src,
|
const moo_bch_t* src,
|
||||||
moo_oow_t len
|
moo_oow_t len
|
||||||
);
|
);
|
||||||
|
|
||||||
MOO_EXPORT void moo_copy_uchars_to_bchars (
|
MOO_EXPORT void moo_copy_uchars_to_bchars (
|
||||||
moo_bch_t* dst,
|
moo_bch_t* dst,
|
||||||
const moo_uch_t* src,
|
const moo_uch_t* src,
|
||||||
@ -487,6 +492,8 @@ MOO_EXPORT moo_oow_t moo_copy_bcstr_unlimited (
|
|||||||
const moo_bch_t* src
|
const moo_bch_t* src
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/* ------------------------------ */
|
||||||
|
|
||||||
MOO_EXPORT void moo_fill_uchars (
|
MOO_EXPORT void moo_fill_uchars (
|
||||||
moo_uch_t* dst,
|
moo_uch_t* dst,
|
||||||
const moo_uch_t ch,
|
const moo_uch_t ch,
|
||||||
|
Loading…
Reference in New Issue
Block a user