index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tiny.c
blob: efa1209dcdbb67a24855d8c0fa59cc9a39f7cbbd (
plain
)
1
2
3
4
5
6
7
8
/* comment */ #include <unistd.h> int main(void) { _exit(42); }