must use -B option to tar
[unix-history] / usr / src / include / strings.h
CommitLineData
bb0cfa24
DF
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.1 (Berkeley) %G%
7 */
691999f3
SL
8
9/*
10 * External function definitions
11 * for routines described in string(3).
12 */
13char *strcat();
14char *strncat();
15int strcmp();
16int strncmp();
17char *strcpy();
18char *strncpy();
19int strlen();
20char *index();
21char *rindex();