diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:09:40 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:10:17 +0100 |
commit | 3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f (patch) | |
tree | 5d8299dec3ce144bb5765382b6268fb39a856542 /dupstr.h | |
parent | 48919caa7b9fb99ba8196098c0ca2e1b3dae5160 (diff) | |
download | wix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.tar.gz wix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.tar.bz2 wix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.zip |
Move system_argv_* into their own file.
Diffstat (limited to 'dupstr.h')
-rw-r--r-- | dupstr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | #include <stddef.h> | 1 | #include <stddef.h> |
2 | 2 | ||
3 | #ifndef cNULL | ||
3 | #define cNULL ((const char *)NULL) | 4 | #define cNULL ((const char *)NULL) |
5 | #endif | ||
4 | 6 | ||
5 | char *dupstr(const char *str); | 7 | char *dupstr(const char *str); |
6 | char *dupcat(const char *str, ...); | 8 | char *dupcat(const char *str, ...); |