wix-on-linux/fake-lib.h
Simon Tatham 48919caa7b Move dupcat out into its own file, and add dupstr.
Also a handy #define to replace all those tedious castings of NULL.
2017-05-18 07:10:17 +01:00

7 lines
232 B
C

#include <uchar.h>
#include <stdlib.h>
char *ascii(const char16_t *wstr, bool translate_slashes);
void system_argv(const char *cmd, ...);
void system_argv_array(char **args);
void c16cpy(char16_t *out, uint32_t *outsize, char *s);