gnokii-users
[Top][All Lists]
Advanced

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

Re: misc datatypes


From: Panagiotis Astithas
Subject: Re: misc datatypes
Date: Tue, 29 Apr 2003 11:03:33 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

Pawel Kot wrote:
Hi,

Could you please tell me, whether the following datatypes are defined in
the misc operationg systems, and if so in which header?

The operating systems in question are:
 - Win32 (either cygwin, mingw, msvc6 or whatever you want)
 - MacOS X
 - Solaris
 - FreeBSD
 - OpenBSD
 - other?
The datatypes in the subject are:
 - uint8_t
 - struct timeval

For Linux they are:
uint8_t         -> <stdint.h> (defined as unsigned char)
struct timeval  -> <sys/time.h>

Please correct me if I'm wrong.

pkot

In FreeBSD 4.8-STABLE you have:
- uint8_t declared in <inttypes.h> (it is an unsigned char)
- struct timeval in <sys/time.h>
--
Panagiotis Astithas
Electrical & Computer Engineer, PhD
Network Management Center
National Technical University of Athens, Greece





reply via email to

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