]> git.sur5r.net Git - cc65/blobdiff - src/ld65/fileio.h
Improved code generation
[cc65] / src / ld65 / fileio.h
index b8dd2b1ecc805ccad3a32498b6a1065e770ce868..7bcc96f30aea57133dd4122fcafb4fd2baa49155 100644 (file)
 
 
 
+void FileSetPos (FILE* F, unsigned long Pos);
+/* Seek to the given absolute position, fail on errors */
+
+unsigned long FileGetPos (FILE* F);
+/* Return the current file position, fail on errors */
+
 void Write8 (FILE* F, unsigned Val);
 /* Write an 8 bit value to the file */