diff options
Diffstat (limited to 'fake-lib.h')
-rw-r--r-- | fake-lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,6 +2,4 @@ | |||
2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | 3 | ||
4 | char *ascii(const char16_t *wstr, bool translate_slashes); | 4 | char *ascii(const char16_t *wstr, bool translate_slashes); |
5 | void system_argv(const char *cmd, ...); | ||
6 | void system_argv_array(char **args); | ||
7 | void c16cpy(char16_t *out, uint32_t *outsize, char *s); | 5 | void c16cpy(char16_t *out, uint32_t *outsize, char *s); |