PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Use of string functions
Date: Sunday, 23 Feb 2020, 18:26:43


While string functions such as strlen(), strcmp(),
strncmp(), strstr(), strchr(), strcat(), strcpy(),
strncpy(), strdup(), and strndup(), sprintf(), and
asprintf() may require that you write less code,
you may find it easier not to use them for strwrs
(i.e., their use is not required).

--Stan-
PREV INDEX NEXT