updated NEWS
[mala.git] / std / std.h
blob9f2dd461284caf87c5419284c4e44c7b71050207
1 /*
2 std.h - MaLa standard parser module
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_H
21 #define MALA_STD_H
23 #include "std_macros.h"
24 #include "std_parsers.h"
25 #include "std_io.h"
27 int
28 mala_module_std_init (MalaEngine self);
30 int
31 mala_module_std_types_init (MalaEngine self);
33 int
34 mala_module_std_help_init (MalaEngine self);
36 #endif /* MALA_STD_H */
39 // Local Variables:
40 // mode: C
41 // c-file-style: "gnu"
42 // End:
43 // arch-tag: 090999f3-1084-4564-9bef-8d1bcb07914a
44 // end_of_file