Skip to content

Commit

Permalink
Update separate-compilation.md
Browse files Browse the repository at this point in the history
added sentence about translation units
  • Loading branch information
VictorEijkhout authored Oct 31, 2024
1 parent 0635d33 commit 71a6612
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ implementation-defined, unspecified, or undefined behavior._

A student should be able to:

1. Use compile flags, including `-I` and `-L` to specify search paths.
2. Make header files for their own code, including using header guards.
3. Use include directives for the headers of external libraries.
4. Be able to declare `extern` variables.
1. Explain what a translation unit is, and its relation to header files.
2. Use compile flags, including `-I` and `-L` to specify search paths.
3. Make header files for their own code, including using header guards.
4. Use include directives for the headers of external libraries.
5. Be able to declare `extern` variables.

#### Caveats

Expand Down

0 comments on commit 71a6612

Please sign in to comment.