12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #File header for each source file
- /* =============================================================================
- * PROGRAM:
- * FILENAME:
- *
- * DESCRIPTION:
- *
- *
- * =============================================================================
- * EXPORTED VARIABLES
- *
- *
- *
- * =============================================================================
- * EXPORTED FUNCTIONS
- *
- *
- *
- * =============================================================================
- */
- #Function comment for function declaration
- /* =============================================================================
- * FUNCTION:
- *
- * DESCRIPTION:
- *
- *
- * PARAMETERS:
- *
- * RETURN VALUE:
- *
- */
- #Function comment of function implementation
- /* =============================================================================
- * FUNCTION:
- */
- #Section markers
- /* =============================================================================
- * Local variables
- */
- /* =============================================================================
- * Local functions
- */
- /* =============================================================================
- * Exported variables
- */
- /* =============================================================================
- * Exported functions
- */
|