What is the reasoning behind types to be redefined in GLib? Why do they turn char
into gchar
, int
into gint
, etc.?
Check out Basic Types in the GLib documentation. Essentially, it's to guarantee that certain types will exist with certain semantics, regardless of which C compiler or platform you're using. The types that C guarantees anyway are typedef
ed just to make all of the type names look uniform.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With