summaryrefslogtreecommitdiff
path: root/support/flatten/srchenv.h
blob: e064db298d435ef636a706e0cb5b4c6f66a9a3ed (plain)
1
2
3
4
5
6
7
/* srchenv.h  from Alan Holub's "Compiler Design in C" */
#ifndef SRCHENV_H
#define SRCHENV_H
extern int searchenv();
extern unsigned long int strtoul();
extern long int strtol();
#endif /* SRCHENV_H */