Re: Data Types



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.

Hi Jose, it depends on your machine. When you configure glib, it runs a
set of tests, and typedefs whatever matches to guint32. 

Take a look at your glibconfig.h ... it's generated from tests in
configure, which in turn is generated from configure.in.

HTH, John




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