You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In various place in the code, we use (size_t)-1 or (printf_size_t)-1 to represent high maximum values. That's not a nice idiom. Let's have a proper preprocessor define, e.g. PRINTF_MAX_POSSIBLE_BUFFER_SIZE, for this.