File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sources/modules/compilation-model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ A student should be able to:
9696_ These are important topics that are not expected to be covered but provide
9797guidance where one can continue to investigate this topic in more depth._
9898
99- 1 . Language inter-operability: the ` extern "C" ` mechanism.
100- 2 . Linker conventions including name mangling.
101- 3 . The ` nm ` tool for inspection object files and libraries, including de-mangling.
102- 4 . Understand the issues involved in deciding between include guards and ` #pragma once ` .
99+ * Language inter-operability: the ` extern "C" ` mechanism.
100+ * Linker conventions including name mangling.
101+ * The ` nm ` tool for inspection object files and libraries, including de-mangling.
102+ * Understand the issues involved in deciding between include guards and ` #pragma once ` .
103103
104104[ 1 ] : ../object-model/declarations.md
105105[ 2 ] : ../object-model/definitions.md
You can’t perform that action at this time.
0 commit comments