]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/graph/imprintrectangle.s
Renamed to '--no-crt-lib'
[cc65] / libsrc / geos-common / graph / imprintrectangle.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 21.12.99
5
6 ; void ImprintRectangle (void);
7             
8             .export _ImprintRectangle
9
10             .include "jumptab.inc"
11             
12 _ImprintRectangle = ImprintRectangle
13