• 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 "test-moo-aroot.h"
2
3#include <stdio.h>
4
5/* Define a subclass.  */
6struct asub1 : struct aroot
7{
8  FILE *fp;
9methods:
10};
11