summaryrefslogtreecommitdiff
path: root/com32/include/assert.h
blob: b303bb9807133aa6fd0425ccd5adcf5c86a227c1 (plain)
1
2
3
4
5
6
7
#ifndef _ASSERT_H
#define _ASSERT_H

/* Assert not currently supported */
#define assert(X) ((void)0)

#endif /* _ASSERT_H */