/[avr-libc]/avr-libc/include/assert.h
ViewVC logotype

Diff of /avr-libc/include/assert.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joerg_wunsch, Thu Sep 1 20:35:30 2005 UTC revision 1.2 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 61  Line 61 
61    
62  #undef assert  #undef assert
63    
64  #if defined(DOXYGEN)  #if defined(__DOXYGEN__)
65  /**  /**
66   * \def assert   * \def assert
67   * \param expression Expression to test for.   * \param expression Expression to test for.
# Line 96  Line 96 
96  extern "C" {  extern "C" {
97  #endif  #endif
98    
99  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
100    
101  extern void __assert(const char *__func, const char *__file,  extern void __assert(const char *__func, const char *__file,
102                       int __lineno, const char *__sexp);                       int __lineno, const char *__sexp);
103    
104  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */
105    
106  #ifdef __cplusplus  #ifdef __cplusplus
107  }  }

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26