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.
“ | On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question. | ” |
— Charles Babbage |