Zipios++
zipios_defs.h
Go to the documentation of this file.
1#ifndef ZIPIOS_DEFS_H
2#define ZIPIOS_DEFS_H
3
4#include "zipios++/zipios-config.h"
5#include <stdint.h>
6
7namespace zipios {
8
9typedef uint16_t uint16 ;
10typedef uint32_t uint32 ;
11
12} // namespace
13
14#endif
15
20/*
21 Zipios++ - a small C++ library that provides easy access to .zip files.
22 Copyright (C) 2000 Thomas Søndergaard
23
24 This library is free software; you can redistribute it and/or
25 modify it under the terms of the GNU Lesser General Public
26 License as published by the Free Software Foundation; either
27 version 2 of the License, or (at your option) any later version.
28
29 This library is distributed in the hope that it will be useful,
30 but WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32 Lesser General Public License for more details.
33
34 You should have received a copy of the GNU Lesser General Public
35 License along with this library; if not, write to the Free Software
36 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
37*/