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