summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-moo-sub1.oo.c
blob: bc928da0fd86be2da7216b6f3c6432f93d627732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <config.h>

/* Specification.  */
#include "test-moo-sub1.h"

#pragma implementation

/* Test an override.  */
int sub1::write (sub1_t x, void *buf, size_t len)
{
  fwrite (buf, 1, len, x->fp);
  return 0;
}