Newer
Older
little-o / src / sys / ubixfsv2 / types.h
@reddawg reddawg on 11 Oct 2005 254 bytes Removed
#ifndef TYPES_H
#define TYPES_H

typedef signed char  int8;
typedef unsigned char uInt8;
typedef unsigned int        uInt32;
typedef int                 int32;
typedef unsigned long long  uInt64;
typedef signed long long    int64;

#endif /* !TYPES_H */