Skip to main content
Logo image

Chapter 28 Libraries

So far, we have become accustomed to using certain libraries in C, such as the standard library and the math library (and remember that we need to indicated their header files<stdio.h> and <math.h> when using functions from these libraries). But, we have yet to discuss libraries in any detail! In this chapter, we will explore what libraries are, how they are incorporated into your compiled code, and we will even write our own library!