Rizin
unix-like reverse engineering framework and cli tools
hello.c File Reference
#include "plugin.h"

Go to the source code of this file.

Functions

void initialize ()
 

Function Documentation

◆ initialize()

void initialize ( )

Definition at line 3 of file hello.c.

3  {
4  mfp_register("Hello World!");
5 }
void mfp_register(const char *name)
Definition: main.c:11

References mfp_register().