mirror of
https://github.com/github/codeql.git
synced 2026-07-19 18:28:13 +02:00
The gboolean type of GLib (a widely used C library) is a typedef to int. It is meant to represent a simple true/false value. Resolves #7491
The gboolean type of GLib (a widely used C library) is a typedef to int. It is meant to represent a simple true/false value. Resolves #7491