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 14ef6b3ba0 More C code 3 years ago
21st_century_c/first_compile More C code 3 years ago
arrays More C code 3 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 More C code 3 years ago
headers Fixed all those make files 4 years ago
hello More C code 3 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 More C code 3 years ago
types More C code 3 years ago
.gitignore Fixed all those make files 4 years ago
Makefile More C code 3 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