rescan.h 269 B

123456789101112131415
  1. /** @file
  2. * @brief Routines to read temporary file, substituting for defined labels.
  3. */
  4. #ifndef _RESCAN_H_
  5. #define _RESCAN_H_
  6. /**
  7. * @brief Second pass to parse the temporary file, follow any directives,
  8. * and produce output.
  9. */
  10. void rescan(void);
  11. #endif