// wordlists.asm: WORD p_strncpy,'STRNCPY',fasm anchor:p_strncpy[] === Word: STRNCPY .... Data stack: ( s1 s2 n -- ) .... "STRNCPY" is a function words that copies n bytes of byte sequence s1 to s2.