| 21 | extern int s_wsfe(cilist *f) {return 0;} |
| 22 | extern int e_wsfe(void) {return 0;} |
| 23 | extern int do_fio(integer *c, char *s, ftnlen l) {return 0;} |
| 24 | |
| 25 | /* You'll want this if you redo the f2c_*.c files with the -C option |
| 26 | * to f2c for checking array subscripts. (It's not suggested you do that |