cs_vnm.h 278 B

123456789
  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. void vnm(bblock_p bp);
  7. /* Performs the valuenumbering algorithm on the basic
  8. * block in bp.
  9. */