Rizin
unix-like reverse engineering framework and cli tools
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().