index
:
providence.git
master
basic x86_64 bios bootloader and kernel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
assert.h
blob: 2519b7f997adbf9d7676efcaca0c7e0c1efbacd5 (
plain
)
1
#define STATIC_ASSERT(COND,MSG) typedef char static_assert_##MSG[(COND)?1:-1]