Mercurial > hg > CbC > old > device
view mc-macro.h @ 421:ab58eea5e032
Non aligned bit field (not yet complete)
author | kono |
---|---|
date | Fri, 29 Oct 2004 04:18:39 +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;