Resurrected native codesetslib from r27301
[cake.git] / workbench / libs / codesetslib / src / lib.h
blobe6c6366c47be52ae3717e8f69548a1ba093f7ec9
1 /***************************************************************************
3 codesets.library - Amiga shared library for handling different codesets
4 Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5 Copyright (C) 2005-2007 by codesets.library Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 codesets.library project: http://sourceforge.net/projects/codesetslib/
19 $Id$
21 ***************************************************************************/
23 #ifndef _LIB_H
24 #define _LIB_H
26 #include <proto/exec.h>
27 #include <proto/dos.h>
28 #include <proto/utility.h>
30 #include <libraries/codesets.h>
32 #include <string.h>
33 #include <stdlib.h>
35 #include "base.h"
36 #include "macros.h"
38 /***********************************************************************/
40 #include "lib_protos.h"
42 /***********************************************************************/
44 #endif /* _LIB_H */