pass_parser
[mala.git] / std / std_strings.h
blob96737e6f0c0fcd1f6a65688e163018d6c30050f2
1 /*
2 std_strings.h - MaLa standard module strings
4 Copyright (C) 2006, Christian Thaeter <ct@pipapo.org>
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_STRINGS_H
21 #define MALA_STD_STRINGS_H
23 #include "std.h"
25 int
26 mala_module_std_strings_init (MalaEngine self);
28 #endif /* MALA_STD_STRINGS_H */
31 // Local Variables:
32 // mode: C
33 // c-file-style: "gnu"
34 // End: