| 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.
| “ | Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'” | ” |