repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Continueed playing around with the buildsystem.
[aesalon.git]
/
tests
/
exitTest.c
blob
822ecc1941d5096966a107255bee954c5d15fd68
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
int
main
(
int
argc
,
char
*
argv
[]) {
5
printf
(
"In exitTest . . .
\n
"
);
6
exit
(
1
);
7
return
0
;
8
}