simendsjo wrote:
> 
> This code confuses me... It's from the c mysql windows dll, libmysql.dll.
> 
>   size_t (*snprintf)(struct charset_info_st *, char *to, size_t n,
>                      const char *fmt,
>                      ...) ATTRIBUTE_FORMAT_FPTR(printf, 4, 5);
> 
        You can safely ignore the “ATTRIBUTE_FORMAT_FPTR(printf, 4, 5)”.
All it does is that it enables the compiler to check the format
string against the variable arguments and generate a warning if they
do not match.

                Jerome
-- 
mailto:jeber...@free.fr
http://jeberger.free.fr
Jabber: jeber...@jabber.fr

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to