Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
/* 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 */