CoolPotOS/apps/include/assert.h

4 lines
61 B
C
Raw Normal View History

2024-09-08 22:43:05 +08:00
#ifndef _ASSERT__
#define _ASSERT__
#define assert(n)
#endif