aboutsummaryrefslogtreecommitdiff
path: root/include/strings.h
Commit message (Collapse)AuthorAgeFilesLines
* Add __pure and __pure2 where appropriate.Tim J. Robbins2004-07-231-11/+11
| | | | Notes: svn path=/head/; revision=132577
* Reduce namespace pollution.Dag-Erling Smørgrav2004-07-091-0/+2
| | | | Notes: svn path=/head/; revision=131875
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-131-0/+3
| | | | Notes: svn path=/head/; revision=124483
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | called <machine/_types.h>. o <machine/ansi.h> will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien Notes: svn path=/head/; revision=102227
* o Move some function prototypes from <string.h> to the newly rewrittenMike Barcroft2002-04-041-13/+28
| | | | | | | | | | <strings.h>, based on POSIX.1-2001's requirements. o Add 'restrict' qualifier (spelled '__restrict') to functions in <string.h>, as per C99 and POSIX.1-2001. o Properly expose new POSIX.1-2001 functions in <string.h>. Notes: svn path=/head/; revision=93747
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+36
Notes: svn path=/head/; revision=1539