mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
18 lines
513 B
C
18 lines
513 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.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef O_INCLUDED
|
||
|
|
||
|
extern void O_output();
|
||
|
extern void O_cleanup();
|
||
|
|
||
|
#define O_INCLUDED
|
||
|
|
||
|
#endif
|