mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
5 lines
71 B
C
5 lines
71 B
C
#ifndef _ASSERT_H
|
|
#define _ASSERT_H
|
|
#define assert(x) ((void)0)
|
|
#endif
|