variable.h 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifndef _VARIABLE_H_ #define _VARIABLE_H_ #include <ident.h> #include <expValue.h> #include <block.h> s_ident * getVariable (s_identList *, char *); s_ident * getArray (s_ident *, s_expVal *); #endif /* _VARIABLE_H_ */