aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-23 21:37:11 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-23 21:37:11 +0000
commit3f3a2509803150a4d8aac0afe3f235eb82a995e8 (patch)
tree81a1f47cc6e5d0522feeea1c5d97f87b80e6d104 /globals.h
parentb77e6a1580fdb626cfd812c5b1e631644bcca73d (diff)
As doc/README.developer's "Portability" section says:
Don't use "bzero()", "bcopy()", or "bcmp()"; instead, use the ANSI C routines [memset, memcpy, memcmp] ... Not all platforms necessarily have "bzero()"/"bcopy()"/"bcmp()", and those that do might not declare them in the header file on which they're declared on your platform. Make it so. svn path=/trunk/; revision=8522
Diffstat (limited to 'globals.h')
0 files changed, 0 insertions, 0 deletions