11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
|
|
/*
|
||
|
|
* Prelude for the two host<->script accessors in README.md.
|
||
|
|
*
|
||
|
|
* The block is shown as two functions and nothing else, because the includes
|
||
|
|
* are already listed two sections above it.
|
||
|
|
*/
|
||
|
|
#include <akerror.h>
|
||
|
|
#include <akbasic/error.h>
|
||
|
|
#include <akbasic/runtime.h>
|
||
|
|
#include <akbasic/variable.h>
|