• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
1#include <config.h>
2
3/* Specification.  */
4#include "test-moo-sub2.h"
5
6#include <stdio.h>
7
8#pragma implementation
9
10void
11sub2::begin_indent (sub2_t x)
12{
13  x->indent++;
14}
15
16void
17sub2::end_indent (sub2_t x)
18{
19  x->indent--;
20}
21