Page 223 - The Art of Designing Embedded Systems
P. 223
210 THE ART OF DESIGNING EMBEDDED SYSTEMS
..................................................
* Module name:
*
* Copyright 1997 Company as an unpublished work.
* All Rights Reserved.
*
* The information contained herein is confidential
* property of Company. The use, copying, transfer
* or
* disclosure of such information is prohibited
* except
* by express written agreement with Company.
*
* First written on xxxxx by xxxx.
*
* Module Description:
* (fill in a detailed description of the module’s
* function here).
*
..................................................
/* Include section
* Add all #includes here
*
..................................................
/* Defines section
* Add all #defines here
*
..................................................
/* Function Prototype Section
* Add prototypes for all functions called by this
* module, with the exception of runtime routines.
*
..................................................
The template includes a section defining the general layout of func-
tions, as follows:
.................................................
* Function name : TYPE foo(TYPE argl, TYPE arg2)
* returns : return value description

