| // ============================================== |
| // |
identification section |
| // ============================================== |
| // |
program abstract section |
| // ============================================== |
| list of header files |
| list of global function prototypes |
| list of global variables |
| // ============================================== |
| // |
function abstract section |
| // ============================================== |
| main function definition heading |
| { |
|
list of local function prototypes
|
| list of local variables |
| function statements |
| } |
| // ============================================== |
| // |
function abstract section |
| // ============================================== |
| another function definition heading |
| { |
|
list of local function prototypes
|
| list of local variables |
| function statements |
| } |