diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:42:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:42:12 +0100 |
commit | 7e34c31e6bd3d4edcdc97a8afbd400af67060295 (patch) | |
tree | c109def7a6ef6f1178da52993dd28afeedcee3ec /libsimple.h | |
parent | Add arraydup macros (diff) | |
download | libsimple-7e34c31e6bd3d4edcdc97a8afbd400af67060295.tar.gz libsimple-7e34c31e6bd3d4edcdc97a8afbd400af67060295.tar.bz2 libsimple-7e34c31e6bd3d4edcdc97a8afbd400af67060295.tar.xz |
Add [e[n]]aligned_str[n]dup and aligned_str[n]dupa
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libsimple.h b/libsimple.h index f2dd4b9..22b0cca 100644 --- a/libsimple.h +++ b/libsimple.h @@ -51,10 +51,12 @@ #include "libsimple/printf.h" #include "libsimple/definitions.h" #include "libsimple/memalloc.h" -#include "libsimple/strdup.h" -#include "libsimple/strndup.h" #include "libsimple/memdup.h" #include "libsimple/aligned_memdup.h" +#include "libsimple/strdup.h" +#include "libsimple/aligned_strdup.h" +#include "libsimple/strndup.h" +#include "libsimple/aligned_strndup.h" #include "libsimple/mallocz.h" #include "libsimple/malloc.h" #include "libsimple/calloc.h" |