add macros get get/put short/long.
[unix-history] / usr / src / include / strings.h
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)strings.h 5.2 (Berkeley) %G%
*/
/*
* External function definitions
* for routines described in string(3).
*/
char *strcat();
char *strncat();
int strcmp();
int strncmp();
int strcasecmp();
int strncasecmp();
char *strcpy();
char *strncpy();
int strlen();
char *index();
char *rindex();