/*******************************************************************************//** * * @file kw_subst.c * * * ***********************************************************************************/ #include /*********************************************************************************** * foo1 *******************************************************************************//** * * * * @return TODO * **********************************************************************************/ int foo1() { } /** header comment */ #if 2 int foo2(void) { } #endif #if 1 /*********************************************************************************** * foo3 *******************************************************************************//** * * * * @param a TODO * **********************************************************************************/ void foo3(int a) { } #endif /*********************************************************************************** * foo4 *******************************************************************************//** * * * * @param a TODO * @param b TODO * @param c TODO * @return TODO * **********************************************************************************/ void * foo4(int a, int b, int c) { } /** * CVS History: * $Log $ * */