libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Macros | Functions
proj.c File Reference
#include <stdio.h>
#include "proj.h"

Go to the source code of this file.

Macros

#define __eval_str(x)   #x
 
#define __str(x)   __eval_str(x)
 

Functions

void _PROJECT_NAMESPACE() project_print (void)
 

Macro Definition Documentation

◆ __eval_str

#define __eval_str (   x)    #x

Definition at line 6 of file proj.c.

◆ __str

#define __str (   x)    __eval_str(x)

Definition at line 7 of file proj.c.

Function Documentation

◆ project_print()

void _PROJECT_NAMESPACE() project_print ( void  )

Definition at line 9 of file proj.c.