source: tags/arb_5.3/ALIV3/a3_types.h

Last change on this file was 5828, checked in by westram, 15 years ago
  • changed ulong→ULONG and uint→UINT (ulong/uint are missing under OSX)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 567 bytes
Line 
1/* -------------------------------------------------------------------------- */
2
3#ifndef _A3_TYPES_H
4#define _A3_TYPES_H
5
6/* -----------------------------------------------------------------------------
7   Datentypen
8----------------------------------------------------------------------------- */
9
10typedef char            *str;
11
12typedef unsigned short   ushort;
13typedef unsigned int     UINT;
14
15/* -------------------------------------------------------------------------- */
16
17#endif
18
19/* -------------------------------------------------------------------------- */
Note: See TracBrowser for help on using the repository browser.