lang-bootstrap/05/tcc-0.9.25/assert.h
2022-02-17 13:22:13 -05:00

7 lines
121 B
C

#ifndef _ASSERT_H
#define _ASSERT_H
// assert is defined in stdc_common.h
#include <stdc_common.h>
#endif // _ASSERT_H