UGUI
UGUI copied to clipboard
Naming of `__UG_FONT_DATA` invalid
Hi,
Isn't the name __UG_FONT_DATA not valid according to gcc?
https://github.com/achimdoebler/UGUI/blob/ce0bccb5b7d4877c42081419fccadf7aa5727303/ugui_config.h#L36
https://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
In addition to the names documented in this manual, reserved names include all external identifiers (global functions and variables) that begin with an underscore (‘_’) and all identifiers regardless of use that begin with either two underscores or an underscore followed by a capital letter are reserved names. This is so that the library and header files can define functions, variables, and macros for internal purposes without risk of conflict with names in user programs.