10 lines
72 B
C
10 lines
72 B
C
#ifndef _FILEFIND_H
|
|
#define _FILEFIND_H
|
|
|
|
|
|
int Filefind(void);
|
|
|
|
|
|
#endif
|
|
|