www.pudn.com > hipl.1.0.1.rar > x.c
/*
HIP Agent
License: GNU/GPL
Authors: Antti Partanen
*/
/******************************************************************************/
/* INCLUDES */
/* STANDARD */
/* THIS */
#include "x.h"
/******************************************************************************/
/* FUNCTIONS */
/******************************************************************************/
/**
This is a template file for new files.
@param x x
@return value
*/
int function(int x)
{
/* Return. */
return (0);
}
/* END OF FUNCTION */
/* END OF SOURCE FILE */
/******************************************************************************/