Sign in
android
/
platform
/
external
/
syslinux
/
refs/heads/oreo-mr1-release
/
.
/
com32
/
include
/
assert.h
blob: b303bb9807133aa6fd0425ccd5adcf5c86a227c1 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_ASSERT_H
#define
_ASSERT_H
/* Assert not currently supported */
#define
assert
(
X
)
((
void
)
0
)
#endif
/* _ASSERT_H */