/HighC

A single header C library to make C feel like a high level language

Primary LanguageCThe UnlicenseUnlicense

HighC

A single header C library to make C feel like a high level language.

Installation

  1. Clone the repo (optional)
  2. Grab the header file at HighC/code/HighC.h/
  3. Drag and drop it into one of your C projects
  4. Add #include "HighC.h" to one of your .c or .h files
  5. Use it!

** All HighC functions have the prefix HC_**

For example, HC_OpenWebsite_AUTO opens a website with a provided URL and chooses the operating system method to use automatically.