| 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. |
| 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 |
} |
} |