Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

c feup feup-so so

Last synced: 8 days 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