ca_put.h 325 B

1234567891011121314
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* C O M P A C T A S S E M B L Y G E N E R A T I O N
  7. *
  8. * C A _ P U T . C
  9. *
  10. */
  11. void cputlines(line_p l, FILE *lf);
  12. void cputmagic(FILE *lf);