repo.or.cz
/
opentj7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added legalese.
[opentj7.git]
/
openpr9x
/
testpr9x.c
blob
5d7458ced4b8ef6816e5241b20a98c2dc0087ca4
1
#include <stdio.h>
2
#include
"openpr9x.h"
3
4
int
main
()
5
{
6
puts
(
"ok"
);
7
8
return
0
;
9
}