Subversion Repositories tendra.SVN

Rev

Rev 74 | Rev 77 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __TENDRA_SYS_TYPES_H
#define __TENDRA_SYS_TYPES_H

typedef int uid_t;
typedef int gid_t;
typedef int ino_t;
typedef int mode_t;
typedef int off_t;
typedef int pid_t;
typedef int nlink_t;
typedef int dev_t;

typedef int time_t;

typedef unsigned int size_t;
typedef long ssize_t;

#endif