Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > f524ead14439b41e4ffd6f055ec0f493 > files > 31

latrace-0.5.7-1.fc12.i686.rpm


/* misc typedefs */

typedef int __locale_t;

typedef int int32_t;
typedef u_int uint32_t;
typedef uint32_t in_addr_t;

typedef int socklen_t;
typedef int size_t;

typedef void FILE;
typedef void DIR;
typedef long __off_t;
typedef void fpos_t;

typedef u_int __uid_t;
typedef u_int uid_t;
typedef u_int __gid_t;
typedef u_int gid_t;
typedef u_int __pid_t;
typedef u_int pid_t;
typedef u_int __mode_t;
typedef u_int mode_t;
typedef u_short __dev_t;
typedef u_short dev_t;