Skip to content

Commit

Permalink
Update separate-compilation.md
Browse files Browse the repository at this point in the history
extern variable mention removed
  • Loading branch information
VictorEijkhout authored Oct 31, 2024
1 parent 71a6612 commit 7313ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ A student should be able to:
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 7313ec4

Please sign in to comment.