Invert calloc(3) argument order (`nmemb` comes first)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 11 Apr 2018 16:40:13 +0000 (01:40 +0900)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 13 Apr 2018 17:14:46 +0000 (10:14 -0700)
commit1a4afa80292534e92ecb4b9f6665d1910d573ca3
tree1b71638229f810b24e997dd6baac243f4e1d7573
parente6549557f7bb80fc02537d1935584d3a65faa1f5
Invert calloc(3) argument order (`nmemb` comes first)

No functional difference expected, but should still follow the standard.
http://pubs.opengroup.org/onlinepubs/009695399/functions/calloc.html
example/passthrough_ll.c