repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update comment.
[ruby-svn.git]
/
wince
/
assert.h
blob
c2a4e3ebb76dfb6a4dc586185fa476a2b21bd00c
1
#ifndef _ASSERT_H_
2
#define _ASSERT_H_
3
4
void
assert
(
int
expression
);
5
6
#endif