Newer
Older
UbixOS / sys / fs / ubixfsv2 / types.h
@Christopher W. Olsen Christopher W. Olsen on 9 Jan 2018 259 bytes sys stat
/*
#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 */