/* * pass1.h */ #ifndef PASS1_H #define PASS1_H int pass1(const char *filename); #endif /* PASS1_H */