Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 309 Bytes

File metadata and controls

16 lines (11 loc) · 309 Bytes

RUtils Single Source Library

About

This is just a very minimal C library that I made for learning to program.

Test

clang -g -std=c99 -pedantic -Wall -Wextra -Werror -o example build.c

Disclaimer

Note that it is designed for Unity Build program and is tested only on Android (Termux)