start moving beyond PMModelItemInfo
[pspp] / u8-mbtouc.h
1 #include <stddef.h>
2 #include <stdint.h>
3
4 typedef uint32_t ucs4_t;
5 int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n);