mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:45:03 +08:00
11 lines
139 B
C++
11 lines
139 B
C++
|
#include <stdio.h>
|
||
|
#include "shortfield.h"
|
||
|
|
||
|
void shortfield::ouch ()
|
||
|
{
|
||
|
printf ("list: %d %d 0x%x\n",
|
||
|
modCount,
|
||
|
size__,
|
||
|
data);
|
||
|
}
|