AmigaExamples/tools/fade/file.h

8 lines
104 B
C

#pragma once
FILE *
file_openWrite(const char * s, ...);
FILE *
file_openRead(const char * s, ...);