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 - string operations

SYNOPSIS
     #include <strings.h>

DESCRIPTION
     The following are declared as functions and may also be defined as
     macros:

     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);

     The sizet type is defined through typedef as described in <stddef.h>.

SEE ALSO
     bstring(3), index(3), rindex(3), strcasecmp(3), ffs(3C).
































Page 1                       Reliant UNIX 5.44                Printed 11/98

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