-

Changes

Jump to: navigation, search

Functions HI-TECH C STRCAT

9 bytes added, 00:03, 1 August 2017
m
no edit summary
terminating it. <strong>Strlen</strong>() returns the length of s1, not
including the terminating null. <strong>Strncat</strong>(), <strong>strncmp</strong>()
and <strong>strncpy</strong>() will catenate, compare and copy s2 and s1
in the same manner as their similarly named counterparts above, but involving at most n characters. For
<strong>strncpy</strong>(), the resulting string may not be null terminated.

Navigation menu