mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +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