repo.or.cz
/
minish.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add the programs ␀ and pack
[minish.git]
/
src
/
␀.c
blob
c403dd96fe16c2898c54c8f84cb55887c8d124cd
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
int
main
(
void
) {
5
if
(
putchar
(
'\0'
) ==
EOF
) {
6
return
EXIT_FAILURE
;
7
}
8
}