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 a6d1d6ce77 Arrays and linked list 4 years ago
21st_century_c/first_compile Fixed all those make files 4 years ago
arrays Arrays and linked list 4 years ago
bit_ops Arrays and linked list 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 Arrays and linked list 4 years ago
linked_list Arrays and linked list 4 years ago
pointers Arrays and linked list 4 years ago
static Fixed all those make files 4 years ago
structs Fixed all those make files 4 years ago
types Arrays and linked list 4 years ago
.gitignore Fixed all those make files 4 years ago
Makefile Arrays and linked list 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