/*============================================================================
* MyPattern.c...
*============================================================================*/
/*
This file is part of ...
Copyright (C) 1998-2015 ...
This program is ....
*/
/*----------------------------------------------------------------------------*/
#include "Common.h"
/*----------------------------------------------------------------------------
* Standard C library headers
*----------------------------------------------------------------------------*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*----------------------------------------------------------------------------
* Local headers
*----------------------------------------------------------------------------*/
#include "....h"
/*----------------------------------------------------------------------------
* Header for the current file
*----------------------------------------------------------------------------*/
#include "MyPattern.h"
/*----------------------------------------------------------------------------*/
/*============================================================================
* Macro definitions
*============================================================================*/
#define ...
/*============================================================================
* Type definitions
*============================================================================*/
typedef ...
typedef struct ...
struct ...
enum ...
/*============================================================================
* Static global variables
*============================================================================*/
static ...
/*============================================================================
* Global variables
*============================================================================*/
extern ...
const ...
char ...
/*============================================================================
* Private function definitions
*============================================================================*/
/*----------------------------------------------------------------------------
* ...
*----------------------------------------------------------------------------*/
/*============================================================================
* Public function definitions
*============================================================================*/
/*----------------------------------------------------------------------------
/* ...
/*----------------------------------------------------------------------------*/
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/**
*********************** (C) COPYRIGHT 1393 .................. ******************
* MyPattern.c...
********************************************************************************
* ...
*
********************************************************************************
* ...
*
********************************************************************************
*/
/*---------------------------- Include Files ---------------------------------*/
#include "Common.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "....h"
#include "MyPattern.h"
/*--------------------------- Type Definitions -------------------------------*/
typedef ...
typedef struct ...
struct ...
enum ...
/*------------------------- Constant Definitions -----------------------------*/
#define ...
/*---------------- Macros (Inline Functions) Definitions ---------------------*/
#define ...
/*------------------------- Variable Definitions -----------------------------*/
extern ...
const ...
static ...
char ...
/*------------------------- Function Prototypes ------------------------------*/
/*--------------------------- Private Functions ------------------------------*/
/******************************************************************************/
/**
* ...
*/
/******************************************************************************/
/************************ (C) COPYRIGHT .................. *****END OF FILE****/