summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM ID's.obrien2002-02-011-3/+0
|
* Make the output from assert() look more like the example in the C99mike2001-10-291-2/+2
| | | | | | standard. Requested by: bde
* Only provide function information in compile environments that supportmike2001-10-271-5/+10
| | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde
* Restore K&R prototype. Fix other style bugs.mike2001-10-271-2/+3
| | | | Reviewed by: asmodai, bde
* Add __FBSDID.asmodai2001-10-241-5/+10
| | | | | | Change __assert() function to print failing function name. #if 0 the sccsid block. This makes us C99 conforming.
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-1/+0
| | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+53
OpenPOWER on IntegriCloud