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:[email protected]
http://jeberger.free.fr
Jabber: [email protected]
signature.asc
Description: OpenPGP digital signature
