summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/memset.c
Commit message (Collapse)AuthorAgeFilesLines
* - Let their manual pages show the reader that the bzero(3) androbert2002-09-011-8/+6
| | | | | | | | | | bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions.
* Remove 'register' keyword.obrien2002-03-211-6/+6
|
* rcsid[]->__FBSDIDobrien2001-11-071-4/+2
|
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-241-0/+4
| | | | Do the same for the non-wcs*/wmem* files while I'm here.
* More egcs warning fixes:imp1999-04-251-0/+2
| | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr
* Cast a pointer to a long, not an int before masking it.jb1998-05-101-1/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+130
OpenPOWER on IntegriCloud