]> git.sur5r.net Git - cc65/blob - libsrc/apple2/clrscr.s
Fixed gcc compiler warning (#867)
[cc65] / libsrc / apple2 / clrscr.s
1 ;
2 ; Kevin Ruland
3 ;
4 ; void clrscr (void);
5 ;
6
7         .export         _clrscr
8         .import         HOME
9
10 _clrscr := HOME