Showing content from http://svn.python.org/projects/python/branches/r22b1-branch/Parser/assert.h below:
#ifndef Py_ASSERT_H #define Py_ASSERT_H #ifdef __cplusplus extern "C" { #endif #ifdef MPW /* This is for MPW's File command */ #define assert(e) { if (!(e)) { printf("### Python: Assertion failed:\n\ File %s; Line %d\n", __FILE__, __LINE__); abort(); } } #else #define assert(e) { if (!(e)) { printf("Assertion failed\n"); abort(); } } #endif #ifdef __cplusplus } #endif #endif /* !Py_ASSERT_H */
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4