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

https://github.com/reubenmathew/c_crashcourse


https://github.com/reubenmathew/c_crashcourse

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# C_CrashCourse

## Linking files
1. Must have header with method signatures
2. Compile library and main ```gcc library.c main.c```
3. Run output ```./a.out```