summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-moo-aroot.oo.h
blob: ef07447bb5f355054ffa007cff5f63e6800ceee2 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>
#include "moo.h"

/* Define an abstract root class. */
struct aroot
{
methods:
  int write (aroot_t x, void *buf, size_t len);
  void do_free (aroot_t x);
};