https://github.com/acook/c_experiments
Just random little programs from my playing around with c.
https://github.com/acook/c_experiments
Last synced: 12 months ago
JSON representation
Just random little programs from my playing around with c.
- Host: GitHub
- URL: https://github.com/acook/c_experiments
- Owner: acook
- Created: 2013-02-11T04:55:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T23:09:26.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T04:13:00.772Z (over 3 years ago)
- Language: LLVM
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Experiments in C Programming
============================
Just random little programs from my playing around with c.
Check out the individual subdirectories for more info.
The "helper" Script
-------------------
Type `source ./helpers` to get my `compile` function, it runs `gcc` with strict settings and writes binaries to `./bin`.
It will automatically append `.c` so leave it off, and it will create a file with the name of the script.
Usage: `compile script_base_name`
The "bin" Directory
-------------------
Put compiled binaries here. We ignore this directory in git.
----
Anthony M. Cook 2013
====================