A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/python/tags/date2001-07-16/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