DEBSOURCES
Skip Quicknav
sources / publicfile / 0.52-13 / file.h
12345678
#ifndef FILE_H #define FILE_H #include "tai.h" extern int file_open(char *,struct tai *,unsigned long *,int); #endif