mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
11 lines
469 B
C
11 lines
469 B
C
|
/* Copyright (c) 1988 Bellcore
|
||
|
** All Rights Reserved
|
||
|
** Permission is granted to copy or use this program, EXCEPT that it
|
||
|
** may not be sold for profit, the copyright notice must be reproduced
|
||
|
** on copies, and credit should be given to Bellcore where it is due.
|
||
|
** BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
|
||
|
*/
|
||
|
|
||
|
extern void P_file_parse();
|
||
|
extern void P_addalpha();
|