Newer
Older
ubix2 / src / sys / ubixfsv2 / types.h
@reddawg reddawg on 1 Jun 2006 254 bytes ubix2
#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 */