Skip to content

AM-ML/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layout

    The general structuring of each folder in rsc/ and proj/ goes like this

  My Custom Library

      The lib.c and lib.h files contain my custom functions that I use frequently in each program.

  Main Source File

      The c.c program file that contains all the main code aside from function provided by my custom library.

  Makefile

      The Makefile file is the main tool that I use to run my code and handle git.
      It runs multiple custom commands just by calling make executable in the command-line.

About

Learning C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors