repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
only update affected area of bitmap
[AROS.git]
/
test
/
clib
/
assert.c
blob
3405e52e4135a1cad77d1ad9d4851a0f9d53b706
1
#include <assert.h>
2
3
int
main
(
void
)
4
{
5
assert
(
0
);
6
7
return
20
;
8
}