summaryrefslogtreecommitdiff
path: root/zwgc/file.h
blob: 19daff79bc96345a6a67e809f6cc3d7503cb93c3 (plain)
1
2
3
4
5
6
7
8
#ifndef file_MODULE
#define file_MODULE

#include <stdio.h>

extern FILE *locate_file();

#endif