2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>

* libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c,
	libc/string/bzero.c, libc/string/index.c, libc/string/rindex.c,
	libc/string/strcasecmp.c, libc/string/strncasecmp.c:
	Let synopsis reference "#include <strings.h>".
This commit is contained in:
Ralf Corsepius
2011-08-23 12:01:51 +00:00
parent 0792b19670
commit da344d0ea9
9 changed files with 21 additions and 12 deletions

View File

@ -6,11 +6,11 @@ INDEX
bzero
ANSI_SYNOPSIS
#include <string.h>
#include <strings.h>
void bzero(void *<[b]>, size_t <[length]>);
TRAD_SYNOPSIS
#include <string.h>
#include <strings.h>
void bzero(<[b]>, <[length]>)
void *<[b]>;
size_t <[length]>;