From d90647598ba44c3e01f25eab06f5e681c23af76d Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 4 Jan 2022 14:59:52 +0000 Subject: [PATCH] added hio_rotate_oochars --- hio/lib/hio-utl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hio/lib/hio-utl.h b/hio/lib/hio-utl.h index 10146f3..f14d4eb 100644 --- a/hio/lib/hio-utl.h +++ b/hio/lib/hio-utl.h @@ -585,6 +585,7 @@ HIO_EXPORT int hio_split_bcstr ( # define hio_rfind_oochar hio_rfind_uchar # define hio_find_oochar_in_oocstr hio_find_uchar_in_ucstr +# define hio_rotate_oochars hio_rotate_uchars # define hio_trim_oochars hio_trim_uchars # define hio_split_oocstr hio_split_ucstr #else @@ -617,6 +618,7 @@ HIO_EXPORT int hio_split_bcstr ( # define hio_rfind_oochar hio_rfind_bchar # define hio_find_oochar_in_oocstr hio_find_bchar_in_bcstr +# define hio_rotate_oochars hio_rotate_bchars # define hio_trim_oochars hio_trim_bchars # define hio_split_oocstr hio_split_bcstr #endif