defun.h   [plain text]




/*! @function foo
	@param a arg1
	@param b arg2
 */

#define foo(a, b) { printf(a, b) }