• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
1#include <config.h>
2
3/* Specification.  */
4#include "test-moo-sub1.h"
5
6#pragma implementation
7
8/* Test an override.  */
9int sub1::write (sub1_t x, void *buf, size_t len)
10{
11  fwrite (buf, 1, len, x->fp);
12  return 0;
13}
14