• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/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