assign.h 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #ifndef _ASSIGN_H_ #define _ASSIGN_H_ #include <ident.h> #include <expValue.h> s_expVal * assign (s_ident *, s_expVal *); #endif /* _ASSIGN_H_ */