wix-on-linux/uchars.h
Simon Tatham 39faf94ea2 Move the char16 functions into their own file.
This completes the removal of the monolithic fake-lib.[ch].
2017-05-18 07:16:21 +01:00

6 lines
176 B
C

#include <uchar.h>
#include <stdint.h>
#include <stdbool.h>
char *ascii(const char16_t *wstr, bool translate_slashes);
void c16cpy(char16_t *out, uint32_t *outsize, char *s);