summaryrefslogtreecommitdiff
path: root/include/luma/utf8enc.h
blob: 8b9aa25d365d7586ab844246cc2fe828e103533e (plain) (blame)
1
2
3
4
5
# if !defined(LUMA_HDR_UTF8ENC)
# define LUMA_HDR_UTF8ENC
# include <stdint.h>
extern uint8_t const * luma_utf8enc(uint32_t * codep);
# endif