This shows you the differences between two versions of the page.
|
c:string.h:strncat [2013/02/17 01:04] Daniel Gohlke |
c:string.h:strncat [2024/02/16 01:06] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== strncat ===== | + | ====== strncat ====== |
| <code c> | <code c> | ||
| Line 12: | Line 12: | ||
| <code c> | <code c> | ||
| /* | /* | ||
| - | * strcat example code | + | * strncat example code |
| * http://code-reference.com/c/string.h/strncat | * http://code-reference.com/c/string.h/strncat | ||
| */ | */ | ||