From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/unicase/caseprop.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/unicase/caseprop.h') diff --git a/lib/unicase/caseprop.h b/lib/unicase/caseprop.h index ac764689..d6b95bd1 100644 --- a/lib/unicase/caseprop.h +++ b/lib/unicase/caseprop.h @@ -25,6 +25,11 @@ #include "unitypes.h" +#ifdef __cplusplus +extern "C" { +#endif + + /* Determine whether a character is "cased" according to the Unicode Standard, , section 3.13, definition D120. */ @@ -39,3 +44,8 @@ extern bool extern bool uc_is_case_ignorable (ucs4_t uc) _UC_ATTRIBUTE_CONST; + + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3