Re: Data Types



On Thu, May 24, 2001 at 02:59:47PM -0400, Jose Ortiz wrote:
> I need to know what are the types in C of the datatypes
> 
> guint8 ->
> guint32 ->
> etc.
> 
> by the books of gtk I know that gchar is equal to char and guint is int.

Depends on the architecture. On most architectures guint8 is unsigned
char, but on 64 bit architectures (like alpha or mips) guint32 (32 bit
datatype) is not the same as unsigned int (64 bit datatype).


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: J A K Mouw its tudelft nl
WWW: http://www-ict.its.tudelft.nl/~erik/




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