Skip to content

Instantly share code, notes, and snippets.

@ychsiao168
Created March 6, 2023 06:45
Show Gist options
  • Save ychsiao168/3ed9b8ad022b381b37266c562d29f7fe to your computer and use it in GitHub Desktop.
Save ychsiao168/3ed9b8ad022b381b37266c562d29f7fe to your computer and use it in GitHub Desktop.
C file template
//==============================================================================
/*
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