Adhan C is written to be compatible with embedded systems and microcontrollers.
To compile this project you need access to internet since it needs to download googletest sources.
cd C/adhan/
./build.sh
This will build the library in the C/adhan/build directory.
./C/adhan/build/test/runUnitTests
./C/adhan/build/src/example
You need to add "C/adhan/build/src/libadhan.a" to your project. See example in "C/adhan/src/example.c".