Skip to content
/ HARDFORM Public

Single-Header compiler/platform wrangler for C & C++

License

Notifications You must be signed in to change notification settings

PcNm/HARDFORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

HARDFORM

A single-header library that handles compiler and platform differences using mostly C preprocessor for use in C & C++*.

USAGE

Simply #include "HARDFORM.H" somewhere in your code.
That's it. Enjoy your new typedefs and preprocessor constants.

STATUS

Version: 0.1
This mini-library is currently rudimentary.
It has been tested with: VS2017, GCC, CLANG, Pelles C, VC6.

NOTE

  • C++ may complain about type conversions if using the type any.

About

Single-Header compiler/platform wrangler for C & C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages