Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
plugin.h File Reference

Go to the source code of this file.

Functions

void mfp_register (const char *name)
 

Function Documentation

◆ mfp_register()

void mfp_register ( const char *  name)

Definition at line 11 of file main.c.

11  {
12  fprintf(stderr, "Registered plugin \"%s\"\n", name);
13 }
Definition: z80asm.h:102

Referenced by initialize().