[waffle] [PATCH 14/33] c99: add snprintf and strcasecmp

Chad Versace chad.versace at linux.intel.com
Wed Jul 16 21:29:30 PDT 2014


On 07/07/2014 10:28 AM, Emil Velikov wrote:

> +#define strcasecmp _stricmp
> +#define snprintf c99_snprintf
...
> +static inline int
> +c99_vsnprintf(char* str, size_t size, const char* format, va_list ap)

Did you intentionally omit `#define vsnprintf c99_vsnprintf`? If so,
then please document why in the header. If not, then please add it to
the header for consistency.



More information about the waffle mailing list