A hub for all my personal projects written in C. Projects are divided into two categories: libraries and programs. Programs are independent projects that are executable while libraries are meant to be used alongside programs. For C, libraries are further divided into two categories: static and shared. Static libraries get linked to the main executable (i.e program) at compile which is ideal for situtations requiring minimal runtime overhead. Shared libraries get linked to the executable at runtime and is suitable for large libraries where copying the entire source code would be cumbersome. Not much is here right now. I plan on doing more C project when the semester is over.
-
Notifications
You must be signed in to change notification settings - Fork 0
A repository containing all my C projects.
License
Patman1O1/C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A repository containing all my C projects.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published