AtEoIF.c 290 B

1234567891011121314
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. /* $Id$ */
  6. /* AtEoIF : a routine doing nothing. It is called at the end of an
  7. inserted file.
  8. */
  9. int
  10. AtEoIF()
  11. {
  12. return 0;
  13. }