An open API service indexing awesome lists of open source software.

https://github.com/kiko-serra/so


https://github.com/kiko-serra/so

c feup feup-so so

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# SO

Compile
$gcc -c lib.c
$gcc program.c lib.o

Or

$gcc program.c lib.c