Purple  0.1
Standard Language Specification
Functions
shutdown.c File Reference

Functions for shutting down the compiler safely. More...

#include <stdlib.h>
#include "data.h"
#include "utils/logging.h"
Include dependency graph for shutdown.c:

Functions

void close_files (void)
 Close any open input/output files. More...
 
void shutdown (void)
 Tie up any loose ends that may have arisen. More...
 

Detailed Description

Functions for shutting down the compiler safely.

Author
Charles Averill
Date
13-Sep-2022

Function Documentation

◆ close_files()

void close_files ( void  )

Close any open input/output files.

◆ shutdown()

void shutdown ( void  )

Tie up any loose ends that may have arisen.