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.
 
 
Drew Bednar 743f5d215d Adding a lot of C code 5 years ago
21st_century_c/first_compile Adding erf files 5 years ago
env_vars Adding a lot of C code 5 years ago
file_io Adding a lot of C code 5 years ago
functions Initial commit 6 years ago
headers Adding a lot of C code 5 years ago
hello Adding a lot of C code 5 years ago
pointers Adding a lot of C code 5 years ago
static Adding a lot of C code 5 years ago
structs Adding a lot of C code 5 years ago
types Initial commit 6 years ago
.gitignore Adding a lot of C code 5 years ago
README.md Initial commit 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:

  1. Embedded programming
  2. Operating systems
  3. Python integration