Packages

`forkpty(3)` bindings for elixir

Current section

Files

Jump to
expty 3rd_party libuv-1.44.2 docs code plugin plugin.h
Raw

3rd_party/libuv-1.44.2/docs/code/plugin/plugin.h

#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