X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=utils.h;h=d1a6cd33699eecb1eff61c798013fb7d198463f2;hp=065a28b343f9e29e7cb4fe53d49313ff539fb972;hb=59000546c02a0d486a8a6bbfaf12a8d3910f2ea2;hpb=9c8ab5d64cb1bfc6f8a235af5913ed3537c38e2a diff --git a/utils.h b/utils.h index 065a28b..d1a6cd3 100644 --- a/utils.h +++ b/utils.h @@ -30,7 +30,7 @@ * the last argument needs to be a NULL pointer */ -#define calloc_a(len, ...) __calloc_a(len, ##__VA_ARGS__) +#define calloc_a(len, ...) __calloc_a(len, ##__VA_ARGS__, NULL) void *__calloc_a(size_t len, ...);