lang-bootstrap/05/assert.h

8 lines
121 B
C
Raw Normal View History

2022-02-15 16:36:52 -05:00
#ifndef _ASSERT_H
#define _ASSERT_H
// assert is defined in stdc_common.h
#include <stdc_common.h>
#endif // _ASSERT_H