view target-utils/include/strings.h @ 249:d0a4c05d98dc

libserial hooked into the top level Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Sep 2017 21:49:07 +0000
parents 202b5aa009bc
children
line wrap: on
line source

/*
 * 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();