The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567 #ifndef UVBOOK_PLUGIN_SYSTEM#define UVBOOK_PLUGIN_SYSTEM// Plugin authors should use this to register their plugins with mfp.void mfp_register(const char *name);#endif
#ifndef UVBOOK_PLUGIN_SYSTEM
#define UVBOOK_PLUGIN_SYSTEM
// Plugin authors should use this to register their plugins with mfp.
void
mfp_register(
const
char
*name);
#endif