blob: 3c5300af32d2e8748a5477fc168c3dd864221a26 [file] [log] [blame]
/*
============================================================================
Name : $(baseName).h
Author : $(author)
Version :
Copyright : $(copyright)
Description : Exe header file
============================================================================
*/
#ifndef __$(baseName)_H__
#define __$(baseName)_H__
// Include Files
#include <stdio.h>
// Function Prototypes
void printMessage(char*);
#endif // __$(baseName)_H__