repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack, sort: cleanup and improvement
[minix.git]
/
commands
/
ash
/
arith_lex.h
blob
301befacf9f22bb3860b045d71f039921891e6a6
1
/*
2
arith_lex.h
3
4
Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
5
*/
6
7
int
yylex
(
void
);
8
void
arith_lex_reset
(
void
);
9
10
/*
11
* $PchId: arith_lex.h,v 1.1 2001/05/18 19:57:55 philip Exp $
12
*/