[BACK]Return to assert.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/assert.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:25 version 1.3, 2002/02/16 21:27:17
Line 64 
Line 64 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 void __assert __P((const char *, int, const char *));  void __assert(const char *, int, const char *);
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3