#include <stdio.h>
#include "shortfield.h"

void shortfield::ouch ()
{
  printf ("list: %d %d 0x%x\n",
	  modCount,
	  size__,
	  data);
}


syntax highlighted by Code2HTML, v. 0.9.1