libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
src
util
notmain.h
Go to the documentation of this file.
1
8
#pragma once
9
10
#include "
def.h
"
11
12
#ifndef MAIN
15
#define MAIN __attribute__((unused)) static __not_main
16
#else
17
#undef MAIN
18
#define MAIN main
19
#endif
def.h
Base definitions.
Generated by
1.9.8