mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
Removed a declaration for a routine that doesn't exist.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5561 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
271e604fb7
commit
1e4a4cb72c
@ -64,9 +64,6 @@ unsigned long Read24 (FILE* F);
|
||||
unsigned long Read32 (FILE* F);
|
||||
/* Read a 32 bit value from the file */
|
||||
|
||||
char* ReadStr (FILE* F);
|
||||
/* Read a string from the file into a malloced area */
|
||||
|
||||
void* ReadData (FILE* F, void* Data, unsigned Size);
|
||||
/* Read data from the file */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user