repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARC: Fix max ULP for cosine test
[uclibc-ng.git]
/
test
/
silly
/
tiny.c
blob
e54c0ff9e49f53f827c817deaa0ab0b72f2ca718
1
#include <unistd.h>
2
3
int
main
(
void
)
4
{
5
_exit
(
42
);
6
}