Revision 30201d1ce7017cafffa5de4bf0bea134d3ce5936 authored by Dan Malec on 17 October 2020, 18:08:38 UTC, committed by Dan Malec on 17 October 2020, 18:08:38 UTC
1 parent 3b967a8
Raw File
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top