Code type coercion for builder_print in C11 library using generic selector.

This commit is contained in:
2024-12-17 10:03:50 -05:00
parent 177820cd6e
commit ca7ff99a79
4 changed files with 134 additions and 61 deletions

View File

@ -50,6 +50,7 @@ struct Context
// LoggerCallaback* log_callback; // TODO(Ed): Impl user logger callback as an option.
// Initalization config
u32 Max_CommentLineLength; // Used by def_comment
u32 Max_StrCacheLength; // Any cached string longer than this is always allocated again.