Extension interface

From The K Language Wiki
Revision as of 02:00, 16 June 2023 by Promovicz (talk | contribs) (Extend stub)

The K extension interface introduced by ktye/i and allows the extension of K in C.

Its definition can be found in the ktye/i source code in the file +/k.h.

Both ktye/i and ngn/k implement the interface, so extension can be compatible.