Functions
摘要
Except for the most trivial, programs in C are composed of multiple functions that allow a large, complicated program effectively to be decomposed into smaller, simpler mini-programs. This chapter covers function declarations, definitions, parameters, return values, error handling, main, static functions, static local variables, and inline and variadic functions.