> On Wed, 3 Jul 1996, Leeman Strout wrote: > > In the slave.c file that Jeremy sent across the list, there's a function > > called bcopy()... and well, aside from not having my references with me, > > I can't seem to figure out whether that's standard C or not. Also can't > > figure out what it's supposed to do. Anyone looked at the code and have > > a clue to hand out? > Here's the Linux man page on bcopy: bcopy() is considered old and unportable. Use memcpy() instead...
This archive was generated by hypermail 2b30 : 12/07/00 PST