]> Dogcows Code - chaz/tar/commit
Use memset instead of bzero, memmove
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 13 Jan 2005 15:59:26 +0000 (15:59 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 13 Jan 2005 15:59:26 +0000 (15:59 +0000)
commit4719a5d55b529e33046a39db53672d7610767614
tree495249f6e82110d68a6cb8cf00d519646f7cfa6d
parentcff5cfb5ce59d93d15733d286cfb9ac73f33d6c7
Use memset instead of bzero, memmove
(or memcpy, if appropriate), instead of bcopy, and
strchr/strrchr instead of index/rindex.
Rename isnumber to isnumber_p. Proposed by Albert Chin.
src/list.c
This page took 0.028723 seconds and 4 git commands to generate.