yonzkon / extlib

Extension for libc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extlib

Build status

Extension for libc

Supported platforms

  • Windows
  • MacOS
  • Linux
  • arm-none-eabi-gcc with newlib

Build

mkdir build && cd build
cmake ..
make && make install

Build Test

mkdir build && cd build
cmake .. -DBUILD_DEBUG=on -DBUILD_TESTS=on
make && make test

About

Extension for libc

License:GNU General Public License v2.0


Languages

Language:C 97.0%Language:CMake 3.0%