Packages

`forkpty(3)` bindings for elixir

Current section

Files

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

3rd_party/libuv-1.44.2/docs/code/plugin/hello.c

#include "plugin.h"
void initialize() {
mfp_register("Hello World!");
}