libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
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
Base definitions.