https://github.com/phdenzel/c-std
https://github.com/phdenzel/c-std
c skeleton
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phdenzel/c-std
- Owner: phdenzel
- License: other
- Created: 2017-06-15T20:59:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T07:35:29.000Z (about 9 years ago)
- Last Synced: 2025-02-26T06:35:01.993Z (over 1 year ago)
- Topics: c, skeleton
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: c-std
#+AUTHOR: phdenzel
A library of vector structs and macros in C.
*** Compile
To compile the programs in the terminal, type:
#+BEGIN_SRC shell :exports none
make
#+END_SRC