10000 GitHub - zhileilei/mcl: Pure header library to support modern C development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhileilei/mcl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCL : Modern C Library

MCL is a pure header only library to support modern C development.

download and install

$ git clone git@github.com:ccup/mcl.git
$ cd mcl
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

test

$ cd mcl
$ ./test.sh

About

Pure header library to support modern C development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.5%
  • C++ 26.4%
  • CMake 19.5%
  • Shell 0.6%
0