diff options
Diffstat (limited to 'libical/MacOS/strdup.h')
-rw-r--r-- | libical/MacOS/strdup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libical/MacOS/strdup.h b/libical/MacOS/strdup.h new file mode 100644 index 0000000000..1bb73aa535 --- /dev/null +++ b/libical/MacOS/strdup.h @@ -0,0 +1,3 @@ +/* strdup.h */ + +char * strdup(const char *str); |