]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include <stdbool.h>.
authorJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:49:06 +0000 (18:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:49:06 +0000 (18:49 +0000)
commit4ee9bda98edd240ef3124083768cae39b27a4aba
tree3bc24404bc4424789c6e5bdd3ec5e9050fb27950
parent7c3d57a267e7c2488907a7af32e369ce2c98b2b4
Include <stdbool.h>.
(readtoken): Use `size_t' rather than int/long.
All callers adjusted.
Use `bool' rather than `int' where appropriate.
Use memset rather than an explicit loop.
Use x2nrealloc rather than xrealloc.
Allow the use of `\0' as a delimiter.
(readtokens): Likewise.
lib/readtokens.c