repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
readconfig: Don't display "(null)" labels when hitting TAB
[syslinux.git]
/
dummy.c
blob
2602c9b4c3c09955dc37a3d6081f7bc772e00272
1
/*
2
* Trivial C program to test the compiler
3
*/
4
5
int
main
(
int
argc
,
char
*
argv
[])
6
{
7
return
0
;
8
}