Introduce old redir program
[lcapit-junk-code.git] / pet-projects / DLW-1e / das / pass1.h
blob9b142844c04107bde0e35e87cb21a87b32b3b696
1 #ifndef _DAS_PASS1_H
2 #define _DAS_PASS1_H
4 #include <stdio.h>
6 int das_pass1(FILE *inputf, FILE *outputf, int debug);
8 #endif /* _DAS_PASS1_H */