Annotation of researchv10dc/630/3binc/string.h, revision 1.1

1.1     ! root        1: #ident "@(#)/usr/include/string.h.sl 1.2 4.1 09/02/86 52345 AT&T-SF"
        !             2: extern char
        !             3:        *strcpy(),
        !             4:        *strncpy(),
        !             5:        *strcat(),
        !             6:        *strncat(),
        !             7:        *strchr(),
        !             8:        *strrchr(),
        !             9:        *strpbrk(),
        !            10:        *strtok(),
        !            11:        *strdup();
        !            12: extern int
        !            13:        strcmp(),
        !            14:        strncmp(),
        !            15:        strlen(),
        !            16:        strspn(),
        !            17:        strcspn();
        !            18: extern char
        !            19:        *memccpy(),
        !            20:        *memchr(),
        !            21:        *memcpy(),
        !            22:        *memset();
        !            23: extern int memcmp();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.