You are on page 1of 1

//--------------------------------------------------------------------------/*****************************************************************************

* Project title:
* Version :
* Date
: //2012
* Author : Milad Ghasemi
* Company :
* Comments:
*
* Brief description:
*
*
*****************************************************************************/
/* */
/* #include standard directives go here */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
/* #include user defined directives go here */
/* #define directives go here */
/* type definition goes here */
/* declaration of global variables go here */
/* function prototypes */
/*****************************************************************************
* function name: main function
* arguments:
* return:
* brief description:
*
****************************************************************************/
int main(void)
{
return 0;
}
//--------------------------------------------------------------------------/* declaration of other functions goes her */
/*****************************************************************************
* function name:
* arguments:
* return:
* brief description:
*
****************************************************************************/
/*--------------------------------- THE END --------------------------------*/

You might also like