First page Back Continue Last page Graphics
Functions & Linkage
All functions automatically have a static storage duration (all are present as long as the program is running.)
Adding the static keyword to a prototype gives the function internal linkage. (valid only in that file).
Search path for normal functions: file, other files, libraries.