-
-
Notifications
You must be signed in to change notification settings - Fork 212
GB_log_attributes_t
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
typedef enum {
GB_LOG_BOLD = 1,
GB_LOG_DASHED_UNDERLINE = 2,
GB_LOG_UNDERLINE = 4,
GB_LOG_UNDERLINE_MASK = GB_LOG_DASHED_UNDERLINE | GB_LOG_UNDERLINE
} GB_log_attributes_t;
In gb.h
A bitfield of string attributes denoting the style of a string delivered to the log callback.