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.

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to