|
|
1.1 root 1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)strings.h 5.3 (Berkeley) 11/18/87
7: */
8:
9: /*
10: * External function definitions
11: * for routines described in string(3).
12: */
13: char *strcat();
14: char *strncat();
15: int strcmp();
16: int strncmp();
17: int strcasecmp();
18: int strncasecmp();
19: char *strcpy();
20: char *strncpy();
21: int strlen();
22: char *index();
23: char *rindex();
24:
25: /* S5 compatibility */
26: char *strchr();
27: char *strrchr();
28: char *strpbrk();
29: int strspn();
30: int strcspn();
31: char *strtok();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.