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

Diff for /src/include/assert.h between version 1.9 and 1.10

version 1.9, 2003/06/02 19:34:12 version 1.10, 2003/07/15 17:31:18
Line 57 
Line 57 
   
 __BEGIN_DECLS  __BEGIN_DECLS
 void __assert(const char *, int, const char *);  void __assert(const char *, int, const char *);
   void __assert2(const char *, int, const char *, const char *);
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10