Berry failed port attempt leftovers :(
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
This commit is contained in:
12
libaux/assert.h
Normal file
12
libaux/assert.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _LIBAUX_ASSERT_H
|
||||
#define _LIBAUX_ASSERT_H
|
||||
|
||||
#include <system.h>
|
||||
|
||||
#define assert(x) \
|
||||
do { \
|
||||
if (!!(x)) \
|
||||
quit (); \
|
||||
} while (0)
|
||||
|
||||
#endif // _LIBAUX_ASSERT_H
|
||||
Reference in New Issue
Block a user