Mercurial > hg > CbC > old > device
view mc-macro.h @ 398:bf583e04936f
ARM continue... calling sequence, float/duble arg function
author | kono |
---|---|
date | Fri, 15 Oct 2004 13:33:03 +0900 |
parents | da2e3f2d127d |
children | 6b0fd56848e6 |
line wrap: on
line source
/* mc-macro.c */ extern void macro_expansion(NMTBL *nptrm); extern int macroeq(char *n); extern void check_macro_eof(); extern void getline(void); extern void macro_define(char *macro); extern char *chinput; extern int in_macro_if;