]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include stdarg.h, stdlib.h.
authorJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:10:55 +0000 (08:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 08:10:55 +0000 (08:10 +0000)
commit79b9e74be5546fdefc840b388796111693b6d585
treebd11574d48236c672d310c5ed19a7bdb6ef1be8c
parentff6e8b8078b00c0d8bb7241b0bf55876aaff2261
Include stdarg.h, stdlib.h.
(version_etc_copyright): Declare as readonly.
(version_etc_va): New function. Provide a different translatable string
for each possible number of authors < 10. Abbreviate when there are 10
authors or more.
(version_etc): Make this function variadic. Call version_etc_va.
lib/version-etc.c