https://github.com/reubenmathew/c_crashcourse
https://github.com/reubenmathew/c_crashcourse
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reubenmathew/c_crashcourse
- Owner: ReubenMathew
- Created: 2021-01-13T03:00:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T01:18:53.000Z (over 5 years ago)
- Last Synced: 2025-04-22T12:19:15.984Z (about 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```