Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

File metadata and controls

40 lines (30 loc) · 1.33 KB

CEssentials

C11 library with some useful structures and functions that are missing from standard library.

Requirements

  • GCC (including MinGW), Clang or MSVC compiler (probably other compilers with C11 support)
  • CMake 3.1+ (optional)
  • Doxygen (optional)

The build tested on Windows and Linux.

Usage

Just add src and include directories contents to your project files. There are no external dependencies except for the C standard library.

You also can include the repository into your CMake project using add_subdirectory. In this case CEssentials static library will be available to your code.

Contents

LICENSE

MIT