some new words
[rrq/rrqforth.git] / adoc / p_strncpy.adoc
1 // wordlists.asm:       WORD p_strncpy,'STRNCPY',fasm
2
3 anchor:p_strncpy[]
4
5 === Word: STRNCPY
6 ....
7 Data stack: ( s1 s2 n -- )
8 ....
9
10 "STRNCPY" is a function words that copies n bytes of byte sequence s1
11 to s2.