From b5b63552ff48ceb440a8dac590628ffe4e5e5751 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 6 Apr 2024 13:06:21 +0200 Subject: Add uprop_get_nv() --- include/unicode/prop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unicode') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 74ffdf9..25bffe7 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -48,6 +48,7 @@ enum [[clang::flag_enum]] uprop_gc : uint_fast32_t { GC_Z = GC_ZL | GC_ZP | GC_ZS, /* Separator */ }; +[[__nodiscard__, __unsequenced__]] double uprop_get_nv(rune); [[__nodiscard__, __unsequenced__]] enum uprop_gc uprop_get_gc(rune); /* PROP PREDICATES START */ -- cgit v1.2.3