Penguin

Differences between version 2 and predecessor to the previous major change of assert(3).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Sunday, September 7, 2003 11:04:05 am by DanielLawson Revert
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:24:12 am by perry Revert
@@ -14,11 +14,12 @@
 assert - Abort the program if assertion is false. 
 !!SYNOPSIS 
  
  
-__ #include  
-__ ''expression''__ );  
-__  
+ #include <assert.h>  
+ void assert (int ''expression'');  
+  
+  
 !!DESCRIPTION 
  
  
 __assert()__ prints an error message to standard output 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.