tabwidth estimate fix in std_io
[mala.git] / std / std_io.h
blob0f97a55d3cbfa92988ac7d61462cfa9f36b0e942
1 /*
2 std_io.h - MaLa standard IO parser declarations
4 Copyright (C) 2004, 2005, Christian Thaeter <chth@gmx.net>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License version 2 as
8 published by the Free Software Foundation.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, contact me.
20 #ifndef MALA_STD_IO_H
21 #define MALA_STD_IO_H
23 int
24 mala_newline_parser (MalaEngine eng,
25 MalaStringListNode_ref pptr,
26 void * data);
28 int
29 mala_print_parser (MalaEngine eng,
30 MalaStringListNode_ref pptr,
31 void * data);
33 int
34 mala_printwraped_parser (MalaEngine eng,
35 MalaStringListNode_ref pptr,
36 void * data);
38 #endif /* MALA_STD_IO_H */
41 // Local Variables:
42 // mode: C
43 // c-file-style: "gnu"
44 // End:
45 // arch-tag: 0a7bc468-391e-4679-bb8d-93afa982ee49
46 // end_of_file