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.
![]() |
3 years ago | |
---|---|---|
21st_century_c/first_compile | 3 years ago | |
arrays | 3 years ago | |
bit_ops | 4 years ago | |
env_vars | 4 years ago | |
file_io | 4 years ago | |
functions | 3 years ago | |
headers | 4 years ago | |
hello | 3 years ago | |
linked_list | 4 years ago | |
pointers | 4 years ago | |
static | 4 years ago | |
structs | 3 years ago | |
types | 3 years ago | |
.gitignore | 4 years ago | |
Makefile | 3 years ago | |
README.md | 6 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