From f3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 3 Jun 2026 15:26:26 -0400 Subject: refs with more impl --- docs/application/index.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'docs/application/index.md') diff --git a/docs/application/index.md b/docs/application/index.md index 3809ac9..e7e719f 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -2,22 +2,41 @@ --- -## Requirements +# Requirements * Linux X64 * GNU Make * GCC with -std=gnu99 -fhardened -## Sections +# Sections * ##### [Interface](./interface.md) * ##### [Type](./type.md) * ##### [Pool](./pool.md) * ##### [Thread](./thread.md) +* ##### [Namespace](./namespace.md) * ##### [Testing](./testing.md) -## Invocation +# Invocation -### File +## Startup -### REPL +```c +void kpl_init(void); +``` + +## Main + +```c +void kpl_main(int argc, char *argv[]); +``` + +## File + +## REPL + +## Shutdown + +```c +void kpl_free(void) +``` -- cgit v1.2.3