diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-26 19:14:21 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-26 19:14:21 +0100 |
| commit | c90e1424c07a2f220ae8b902496cef1c1c371fff (patch) | |
| tree | d1033610658931125b2e695195ecfc5c14f57d04 /libcharconv_joined.c | |
| parent | Add metrical (diff) | |
| download | charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.gz charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.bz2 charconv-c90e1424c07a2f220ae8b902496cef1c1c371fff.tar.xz | |
Add dentistry
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv_joined.c')
| -rw-r--r-- | libcharconv_joined.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libcharconv_joined.c b/libcharconv_joined.c index 72377a2..e8e0a59 100644 --- a/libcharconv_joined.c +++ b/libcharconv_joined.c @@ -7,10 +7,12 @@ static struct { uint_least32_t b; uint_least32_t to; } pairs[] = { - {(uint_least32_t)'?', (uint_least32_t)'!', 0x2048}, - {(uint_least32_t)'?', (uint_least32_t)'?', 0x2047}, - {(uint_least32_t)'!', (uint_least32_t)'!', 0x203C}, - {(uint_least32_t)'!', (uint_least32_t)'?', 0x2049} + {(uint_least32_t)'?', (uint_least32_t)'!', UINT32_C(0x2048)}, + {(uint_least32_t)'?', (uint_least32_t)'?', UINT32_C(0x2047)}, + {(uint_least32_t)'!', (uint_least32_t)'!', UINT32_C(0x203C)}, + {(uint_least32_t)'!', (uint_least32_t)'?', UINT32_C(0x2049)}, + {UINT32_C(0x23CB), UINT32_C(0x23BE), UINT32_C(0x23C9)}, + {UINT32_C(0x23CC), UINT32_C(0x23BF), UINT32_C(0x23CA)} }; |
