summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25/assert.h
blob: 8cac979653648d515619ca3130f4968751ddf15d (plain)
1
2
3
4
5
6
7
#ifndef _ASSERT_H
#define _ASSERT_H

// assert is defined in stdc_common.h
#include <stdc_common.h>

#endif // _ASSERT_H