Guchar

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | name = guchar | formattype = electronic | subcat = Data types | subcat2 = GLib library data types | subcat3 = | subcat4 ...")

Revision as of 05:35, 2 July 2019

File Format
Name guchar
Ontology


guchar is exactly the same as the C language char data type; it is included in GLib for completeness. This consists of a single 8-bit byte which unambiguously represents a number (or character code point) from 0 to 255; usually the regular char (or gchar) does too, but that could also be construed as a signed number from -128 to 127.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox