Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Basics

The code in this repo reviews some basics of the C language. There are a number of source files, each of which can be compiled individually, as follows:

gcc --std=c99 main.c -o main
gcc --std=c99 pointers.c -o pointers
gcc --std=c99 allocation.c -o allocation
gcc --std=c99 strings.c -o strings

About

Reviewing basics of the C language.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages