You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| 21st_century_c/first_compile | 4 years ago | |
| arrays | 4 years ago | |
| bit_ops | 5 years ago | |
| env_vars | 5 years ago | |
| file_io | 5 years ago | |
| functions | 4 years ago | |
| headers | 5 years ago | |
| hello | 4 years ago | |
| linked_list | 5 years ago | |
| pointers | 5 years ago | |
| static | 5 years ago | |
| structs | 4 years ago | |
| types | 4 years ago | |
| .gitignore | 5 years ago | |
| Makefile | 4 years ago | |
| README.md | 7 years ago | |
README.md
Learn C
This repository is an experimental playground for learning C programming. The inspiration for learning C is three fold:
- Embedded programming
- Operating systems
- Python integration