index
:
xavi/psn00bsdk
fix-include
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpsn00b
/
include
/
assert.h
blob: 3114b575626cbf5d9c8af96c505fa60509c7c72a (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef _ASSERT_H
#define _ASSERT_H
void
assert
(
int
e
);
#endif