holepunchto / libpear

Native utilities for Pear applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpear

Native utilities for Pear applications.

API

See include/pear.h for the public API.

pear_launch(argc, argv, key, name)

The primary function for launching a Pear appling. It initializes the internal Pear runtime and manages appling execution.

pear_launch(
  int argc,
  char *argv[],
  pear_key_t key,
  const char *name
)

License

Apache-2.0

About

Native utilities for Pear applications

License:Apache License 2.0


Languages

Language:C 82.1%Language:CMake 17.9%