trash/ppc-lang
Clone repo:
git clone https://git.topcheto.eu/trash/ppc-lang.gitFile contents
#ifndef PPC_H
#define PPC_H 1
#include "compiler.h"
static const int VERSION_MAJOR = PPC_VERSION_MAJOR;
static const int VERSION_MINOR = PPC_VERSION_MINOR;
static const int VERSION_BUILD = PPC_VERSION_BUILD;
#endif