Go to the first, previous, next, last section, table of contents.


Engine API

Engine: ktr_engine_t * ktr_load_program (FILE *in_file);
Loads the karel program in the open file in_file. The file should be opened with a call to fopen(). Returns the resulting engine. Errors are presently undetected. This obviously needs work!


Go to the first, previous, next, last section, table of contents.