Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
adapt
>
qemu
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
symbian-qemu-0.9.1-12/qemu-symbian-svp/tests/cris/check_hello.c
changeset 1
2fb8b9db1c86
equal
deleted
inserted
replaced
0:ffa851df0825
1:2fb8b9db1c86
1
#include <stdio.h>
2
#include <stdlib.h>
3
int main ()
4
{
5
printf ("pass\n");
6
exit (0);
7
}