Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamirmahal/c
This repository contains code created to hopefully help people, including myself, learn more about the C programming language.
https://github.com/hamirmahal/c
c
Last synced: 15 days ago
JSON representation
This repository contains code created to hopefully help people, including myself, learn more about the C programming language.
- Host: GitHub
- URL: https://github.com/hamirmahal/c
- Owner: hamirmahal
- Created: 2022-02-21T23:09:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T04:06:00.000Z (about 2 years ago)
- Last Synced: 2024-10-04T16:44:27.574Z (about 1 month ago)
- Topics: c
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C
This repository contains code created to hopefully help people, including myself, learn more about the C programming language and operating systems.
```bash
cc -std=c11 -o outputFile sourceFile.c -Wall
```is a useful command.