[Prev]

12 Full Native C API

The generated aspects of the native C API are in c/*-data.h, for example

  c/zx-sa-data.h

Studying this file is very instructive. ((emacs tip: run
 `make tags' and then try hitting M-. while cursor is over a struct
 or function name in <tt>c/zx-sa-data.h</tt> - this makes navigation painless.))


[Prev | Next]