Created
March 6, 2023 06:45
-
-
Save ychsiao168/3ed9b8ad022b381b37266c562d29f7fe to your computer and use it in GitHub Desktop.
C file template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//============================================================================== | |
/* | |
File Name: xxx.c | |
Created: 202X// | |
Author: | |
Description: | |
*/ | |
//============================================================================== | |
// | |
// | |
// Copyright (C) 202X XXX Technology Co. Ltd. All rights reserved. | |
// | |
// | |
//============================================================================== | |
//------------------------------------------------------------------------------ | |
// Include Files | |
//------------------------------------------------------------------------------ | |
//------------------------------------------------------------------------------ | |
// Local Defines | |
//------------------------------------------------------------------------------ | |
//------------------------------------------------------------------------------ | |
// Local Data Structures | |
//------------------------------------------------------------------------------ | |
//------------------------------------------------------------------------------ | |
// Global Variables | |
//------------------------------------------------------------------------------ | |
//------------------------------------------------------------------------------ | |
// Local Prototypes | |
//------------------------------------------------------------------------------ | |
/*############################################################################## | |
## Public Function Implementation ## | |
##############################################################################*/ | |
//------------------------------------------------------------------------------ | |
// | |
// | |
// | |
// | |
//------------------------------------------------------------------------------ | |
/*############################################################################## | |
## Static Function Implementation ## | |
##############################################################################*/ | |
//------------------------------------------------------------------------------ | |
// | |
// | |
// | |
// | |
//------------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment