This function definition is found here. :
static void (*resolve_memcpy (void)) (void)
{
return my_memcpy; // we'll just always select this routine
}
I don't understand what it means.
resolve_memcpy is a function taking no arguments and returning a pointer to a function taking no arguments and returning void.
EDIT: Here's a link where you can read more about this kind of syntax: http://unixwiz.net/techtips/reading-cdecl.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With