unstack, sort: cleanup and improvement
[minix.git] / commands / ash / arith_lex.h
blob301befacf9f22bb3860b045d71f039921891e6a6
1 /*
2 arith_lex.h
4 Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
5 */
7 int yylex(void);
8 void arith_lex_reset(void);
11 * $PchId: arith_lex.h,v 1.1 2001/05/18 19:57:55 philip Exp $