This shows you the differences between two versions of the page.
|
c:string.h:strncmp [2013/02/17 01:22] Daniel Gohlke |
c:string.h:strncmp [2024/02/16 01:06] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== strncmp ===== | + | ====== strncmp ====== |
| <code c> | <code c> | ||
| #include <stdlib.h> | #include <stdlib.h> | ||
| - | int strncmp(const char *str1, const char *str2, size_t n); | + | |
| + | int strncmp(const char *str1, const char *str2, size_t n); | ||
| </code> | </code> | ||