repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove some unneeded 'exit 0' from bash scripts
[lcapit-junk-code.git]
/
loop.c
blob
330c52dae68ae3707dfa0f48e5a9a7188cacc947
1
int
main
(
void
)
2
{
3
for
(; ; ) ;
4
return
0
;
5
}