]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/file/getfhdrinfo.s
Normalized coding style.
[cc65] / libsrc / geos-common / file / getfhdrinfo.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 25.12.1999, 2.1.2003
5
6 ; char GetFHdrInfo  (struct filehandle *myFile);
7
8             .import setoserror
9             .export _GetFHdrInfo
10
11             .include "jumptab.inc"
12             .include "geossym.inc"
13         
14 _GetFHdrInfo:
15         sta r9L
16         stx r9H
17         jsr GetFHdrInfo
18         jmp setoserror