mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-01-12 17:11:05 +00:00
8 lines
104 B
C
8 lines
104 B
C
#pragma once
|
|
|
|
FILE *
|
|
file_openWrite(const char * s, ...);
|
|
|
|
FILE *
|
|
file_openRead(const char * s, ...);
|