7 lines
85 B
C
7 lines
85 B
C
#ifndef C64_H
|
|
#define C64_H
|
|
|
|
int c64_openT64(const char *path, fileTYPE* f);
|
|
|
|
#endif
|