From c030b1daef80daf378e4d52d517381abbf4dc61d Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 11 Sep 2011 16:34:11 -0700 Subject: [PATCH] Mention the includes in the break down. --- ex16.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ex16.tex b/ex16.tex index 9e9f407..02cb438 100644 --- a/ex16.tex +++ b/ex16.tex @@ -19,6 +19,8 @@ \chapter{Exercise 16: Structs And Pointers To Them} parts it contains, and your job is to write out what each line does. \begin{description} +\item [includes] I include some new header files here to gain + access to some new functions. What does each give you? \item [struct Person] This is where I'm creating a structure that has 4 elements to describe a person. The final result is a new compound type that let's me reference these elements all