diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 23:05:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 23:06:03 +0100 |
commit | d8ccc87fed8a4c588e4ad9279e62925f416d36b3 (patch) | |
tree | f02a2138183c53ab95ef96dafeba75ebd9c0c422 /libsimple.h | |
parent | Include wchar.h and wctype.h (diff) | |
download | libsimple-d8ccc87fed8a4c588e4ad9279e62925f416d36b3.tar.gz libsimple-d8ccc87fed8a4c588e4ad9279e62925f416d36b3.tar.bz2 libsimple-d8ccc87fed8a4c588e4ad9279e62925f416d36b3.tar.xz |
Some fixes and add wide-character string duplication functions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h index bdaefa7..941d864 100644 --- a/libsimple.h +++ b/libsimple.h @@ -59,6 +59,12 @@ #include "libsimple/aligned_strdup.h" #include "libsimple/strndup.h" #include "libsimple/aligned_strndup.h" +#include "libsimple/wmemdup.h" +#include "libsimple/aligned_wmemdup.h" +#include "libsimple/wcsdup.h" +#include "libsimple/aligned_wcsdup.h" +#include "libsimple/wcsndup.h" +#include "libsimple/aligned_wcsndup.h" #include "libsimple/mallocz.h" #include "libsimple/malloc.h" #include "libsimple/calloc.h" |