top | item 39673928

(no title)

salamander014 | 2 years ago

Historically, C compilers attempted to build the list of all symbols in one pass of the files.

Sometimes, functions may call other functions in the same code file.

This required that functions be declared before they are referenced so C knew it existed.

You can also see this on lines 84-92.

discuss

order

No comments yet.