Extension interface: Difference between revisions

From The K Language Wiki
Content added Content deleted
m (Extend stub)
m (Add category)
 
Line 4: Line 4:


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

[[Category:Features]]

Latest revision as of 02:03, 16 June 2023

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.