Skip to content
Pixailz edited this page Nov 4, 2023 · 1 revision

Modules

Prototype

Makefile

Header

  1. identify header recursivly
    1. it should search for header in the system
    2. make a dependency tree
      1. identify function
      2. types
      3. defines
      4. typedef
  2. merge depency tree (DSF)
  3. search for function, types, and other defines in each source file and check if the header is needed, according to the dependency tree
Clone this wiki locally