Mercurial > hg > CbC > old > device
view mc-macro.h @ 528:d6fff671793a
minor fix inline
author | kono |
---|---|
date | Thu, 29 Dec 2005 01:10:01 +0900 |
parents | 6b0fd56848e6 |
children | e055df7c1082 |
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 char *mappend(int lists,char **result); extern int in_macro_if;