repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-10-29 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.cni
/
natshortfield.cc
blob
08a7d5c05073dd4bbf09f6f89a98909a3a00fae7
1
#include <stdio.h>
2
#include
"shortfield.h"
3
4
void
shortfield
::
ouch
()
5
{
6
printf
(
"list: %d %d 0x%x
\n
"
,
7
modCount
,
8
size__
,
9
data
);
10
}