Skip to content

Native utilities for Pear applications

License

Notifications You must be signed in to change notification settings

holepunchto/libpear

Repository files navigation

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