libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
proj.c
Go to the documentation of this file.
1// Copyright (C) 2023 Ethan Uppal. All rights reserved.
2
3#include <stdio.h>
4#include "proj.h"
5
6#define __eval_str(x) #x
7#define __str(x) __eval_str(x)
8
10 printf("%s %s (with namespace '%s_') is by %s. %s\n",
13}
#define __str(x)
Definition proj.c:7
void _PROJECT_NAMESPACE() project_print(void)
Definition proj.c:9
Project metadata for static and dynamic retrieval.
#define _PROJECT_NAMESPACE(x)
Definition proj.h:14
#define PROJECT_VERSION
Definition proj.h:26
#define PROJECT_COPYRIGHT
Definition proj.h:28
#define PROJECT_NAMESPACE
Definition proj.h:13
#define PROJECT_AUTHOR
Definition proj.h:27
#define PROJECT_NAME
Definition proj.h:12