49
51
\returns The strncpy() function returns a pointer to the destination
56
58
.type _U(strncpy), @function
68
70
; store null characters up to the end of dest
69
71
; as the glibc manual says:
70
72
; This behavior is rarely useful, but it is specified by the ISO C standard.
79
81
; return dest (unchanged)