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

/* Define a root class. */
struct root
{
methods:
  int write (root_t x, void *buf, size_t len);
  void do_free (root_t x);
};