projects
/
profile
/
ivi
/
syslinux.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
extlinux: clean up main.c formatting
[profile/ivi/syslinux.git]
/
dummy.c
1
/*
2
* Trivial C program to test the compiler
3
*/
4
5
int main(int argc, char *argv[])
6
{
7
return 0;
8
}