xseek(y,z,0) .vs. xseek(y,z,1)
Henry Spencer
henry at utzoo.uucp
Wed Jun 8 02:22:41 AEST 1988
In most implementations it isn't going to make any difference, because the
1 case is converted into the 0 case before anything else is done. It's
strictly a convenience issue, unless your files are so huge that a long
isn't big enough to describe them.
--
"For perfect safety... sit on a fence| Henry Spencer @ U of Toronto Zoology
and watch the birds." --Wilbur Wright| {ihnp4,decvax,uunet!mnetor}!utzoo!henry
More information about the Comp.lang.c
mailing list