Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidoschmidt/examples.c
Collection of simple C examples
https://github.com/guidoschmidt/examples.c
c examples
Last synced: 7 days ago
JSON representation
Collection of simple C examples
- Host: GitHub
- URL: https://github.com/guidoschmidt/examples.c
- Owner: guidoschmidt
- Created: 2023-10-29T15:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T21:57:01.000Z (5 months ago)
- Last Synced: 2024-10-19T00:19:48.022Z (about 1 month ago)
- Topics: c, examples
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hodgepodge of C examples
- Run `zig build` to select an example to build
- Run `zig build run` to select an example to run---
### Sources
- [C Programming Language, 2nd Edition](https://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628)