Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

bstring(3)

index(3)

rindex(3)

strcasecmp(3)

ffs(3C)

strings(5)                                                       strings(5)

NAME
     strings - Zeichenkettenoperationen

SYNTAX
     #include <strings.h>

BESCHREIBUNG
     Folgende Funktionsprototypen können auch als Makros definiert sein:

     int      bcmp(const void *s1, const void *s2, sizet n);
     void     bcopy(const void *s1, void *s2, sizet n);
     void     bzero(void *s, sizet n);
     int      ffs(int i);
     char    *index(const char *s, int c);
     char    *rindex(const char *s, int c);
     int      strcasecmp(const char *s1, const char *s2);
     int      strncasecmp(const char *s1, const char *s2, sizet n);

     Der Typ sizet wird über typedef definiert, wie in <stddef.h>
     beschrieben.

SIEHE AUCH
     bstring(3), index(3), rindex(3), strcasecmp(3), ffs(3C).
































Seite 1                      Reliant UNIX 5.44               Gedruckt 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026