Posted Jun 10, 2003 19:22 UTC (Tue) by hogsberg (guest, #11751)
Parent article: strlcpy()
Forgive me for nit-picking, but the correct term is NUL-terminated. NULL is the special pointer in C, NUL is the ASCII character with integer value 0 used for terminating strings.