libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
configure.h
Go to the documentation of this file.
1// Copyright (C) 2023 Ethan Uppal. All rights reserved.
2
3#pragma once
4
5#include "def.h"
6
10void ps_configure(void);
void ps_configure(void)
Run at the start of your program.
Definition configure.c:13
Base definitions.