Skip to content

KivApple/CEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published