Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
gettext
/
libtextstyle
/
gnulib-local
/
tests
/
test-moo-sub2.oo.c
blob: 7b615078b6dd177a3b5d8406ab899b8fa7485f76 [
file
] [
log
] [
blame
] [
edit
]
#include
<config.h>
/* Specification. */
#include
"test-moo-sub2.h"
#include
<stdio.h>
#pragma
implementation
void
sub2
::
begin_indent
(
sub2_t
x
)
{
x
->
indent
++;
}
void
sub2
::
end_indent
(
sub2_t
x
)
{
x
->
indent
--;
}