https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 60b5e2779508ed4effa3994d71251b9b5f67076b authored by Barak A. Pearlmutter on 13 January 2022, 14:08:22 UTC
log changes
Tip revision: 60b5e27
eval.h
#ifndef EVAL_H
#define EVAL_H

#include "logo.h"
extern NODE *evaluator(NODE *list, enum labels where);

#endif
back to top