Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
#include <string.h>int strcmp(const char *s1, const char *s2);
int strncmp(const char *s1, const char *s2, size_t n);
Die Funktion strncmp() funktioniert genauso mit der Ausnahme, daß nur die ersten n Buchstaben von s1 verglichen werden.
1. Septemper 1996 | STRCMP (3) |
Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.
“ | C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void | ” |