libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Functions
configure.c File Reference
#include <stdlib.h>
#include "configure.h"
#include "util/arena.h"

Go to the source code of this file.

Functions

void ps_teardown (void)
 
void ps_configure (void)
 Run at the start of your program.
 

Function Documentation

◆ ps_configure()

void ps_configure ( void  )

Run at the start of your program.

Closes all open arenas at program exit.

Definition at line 13 of file configure.c.

◆ ps_teardown()

void ps_teardown ( void  )

Definition at line 7 of file configure.c.