gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: misc datatypes


From: Dimitris Stasinopoulos
Subject: Re: misc datatypes
Date: Tue, 29 Apr 2003 11:24:03 +0300
User-agent: KMail/1.5

On Monday 28 April 2003 12:03, Pawel Kot wrote:

> The datatypes in the subject are:
>  - uint8_t

[mac:/usr/include] root# grep -r -e "uint8_t" *
grep: warning: gcc/darwin/2.95.2/g++/std: recursive directory loop
gcc/darwin/2.95.2/stdint.h:typedef u_int8_t              uint8_t;   /* 
u_int8_t is defined in <machine/types.h> */
gcc/darwin/2.95.2/stdint.h:typedef uint8_t         uint_least8_t;
gcc/darwin/2.95.2/stdint.h:typedef uint8_t          uint_fast8_t;
gcc/darwin/2.95.2/stdint.h:#define UINT8_C(v)   ((uint8_t)v)
gcc/darwin/3.1/stdint.h:typedef u_int8_t              uint8_t;   /* 
u_int8_t is defined in <machine/types.h> */
gcc/darwin/3.1/stdint.h:typedef uint8_t         uint_least8_t;
gcc/darwin/3.1/stdint.h:typedef uint8_t          uint_fast8_t;
gcc/darwin/3.1/stdint.h:#define UINT8_C(v)   ((uint8_t)v)
gcc/darwin/default/stdint.h:typedef u_int8_t              uint8_t;   /* 
u_int8_t is defined in <machine/types.h> */
gcc/darwin/default/stdint.h:typedef uint8_t         uint_least8_t;
gcc/darwin/default/stdint.h:typedef uint8_t          uint_fast8_t;
gcc/darwin/default/stdint.h:#define UINT8_C(v)   ((uint8_t)v)
Binary file mach/mach-gcc3.p matches
mach/std_types.defs:type uint8_t = MACH_MSG_TYPE_INTEGER_8;
stdint.h:typedef u_int8_t              uint8_t;   /* u_int8_t is defined 
in <machine/types.h> */
stdint.h:typedef uint8_t         uint_least8_t;
stdint.h:typedef uint8_t          uint_fast8_t;
stdint.h:#define UINT8_C(v)   ((uint8_t)v)

>  - struct timeval

sys/time.h:
struct timeval {
        int32_t tv_sec;         /* seconds */
        int32_t tv_usec;        /* and microseconds */
};

Dimitris

-- 
Sometimes, even the salamander burns.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]