blob: 98b0379f5926fd8742b978f387222d840b372735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Description:
Abstract output stream data type.
Files:
lib/ostream.oo.h
lib/ostream.oo.c
Depends-on:
moo
configure.ac:
Makefile.am:
lib_SOURCES += ostream.c
ostream.h ostream.c : $(top_srcdir)/build-aux/moopp ostream.oo.h ostream.oo.c
$(top_srcdir)/build-aux/moopp $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h
BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h
CLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h
Include:
"ostream.h"
License:
GPL
Maintainer:
Bruno Haible
|