llvm-6502/utils/Spiff/miller.h
2004-04-12 22:53:24 +00:00

18 lines
511 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 G_INCLUDED
#include "edit.h"
extern E_edit G_do_miller();
#define G_INCLUDED
#endif