source:
bootcd/isolinux/syslinux-6.03/com32/include/assert.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 126 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | #ifndef _ASSERT_H |
2 | #define _ASSERT_H | |
3 | ||
4 | /* Assert not currently supported */ | |
5 | #define assert(X) ((void)0) | |
6 | ||
7 | #endif /* _ASSERT_H */ |
Note: See TracBrowser
for help on using the repository browser.