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 46f0946e62 Fixed all those make files 4 years ago
21st_century_c/first_compile Fixed all those make files 4 years ago
env_vars Fixed all those make files 4 years ago
file_io Fixed all those make files 4 years ago
functions Fixed all those make files 4 years ago
headers Fixed all those make files 4 years ago
hello Adding a lot of C code 5 years ago
pointers Fixed all those make files 4 years ago
static Fixed all those make files 4 years ago
structs Fixed all those make files 4 years ago
types Fixed all those make files 4 years ago
.gitignore Fixed all those make files 4 years ago
Makefile Fixed all those make files 4 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