expr_rec ident(void)
{
/* <ident> -> ID #process_id */
match(ID);
return
process_id
(); }
Author:
Ming-I Hsieh
(Powered by
FreeBSD
,
c2html
,
gimp
,
vim
,
gmake
)