Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.