Skip to content

Instantly share code, notes, and snippets.

View YoungerDryas89's full-sized avatar
🎯
Focusing

Sai Vázquez YoungerDryas89

🎯
Focusing
  • USA, Colorado
View GitHub Profile
@eatonphil
eatonphil / functions.c
Last active May 15, 2024 02:12
Introduction to "Fun" C (using GCC)
/**
* This are a collection of examples for C 201.
* These combine concepts you may or may not be
* familiar with and are especially useful for
* students new to C. There is a lot of really
* cool stuff you can do in C without any cool
* languages.
*
* This is file in particular is an introduction
* to fun function usage in C.