dslibris/include/file.h

15 lines
134 B
C

#ifndef _file_h
#define _file_h
#ifdef _cplusplus
extern "C" {
#endif
int library_init(void);
#ifdef _cplusplus
}
#endif
#endif