master xplshn/aruu / cmd / extra / yap / assert.h
1#ifndef ASSERT_H
2#define ASSERT_H
3
4#define assert(x) ((void)0)
5
6#endif