396859cc9a1676237a7876eced49216e8fcad568
[uebersetzerbau-ss10.git] / codea / chelper.h
1 #ifndef __CHELPER_H
2 #define __CHELPER_H
3 void func_header(char *s);
4 void func_footer(void);
5 char *next_reg(char *s, short skip, int params);
6 char *param_reg(int num);
7 void ret(void);
8 void move(char *src, char *dest);
9 #endif