strncpy

John Allen on wsl john at wsl.UUCP
Fri Jan 5 12:05:40 AEST 1990


strncpy() copies the termination NULL byte unless it would overrun the 
specified buffer. THIS IS COOL BEHAVIOUR. Why the hell else have a MAX
byte count specification.

-- 
People that don't know want to know from the people that do know and if the 
poeple that do know don't tell the people that don't know then the people
that don't know still won't know.
				   "Don't quote me on any issue whatsoever."



More information about the Comp.lang.c mailing list