flow.h 351 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. #ifndef UTIL_OPT_FLOW_H
  6. #define UTIL_OPT_FLOW_H
  7. /* util/opt/flow.c */
  8. void flow(void);
  9. void findreach(void);
  10. void reach(line_p lnp);
  11. void cleaninstrs(void);
  12. #endif /* UTIL_OPT_FLOW_H */