@name ports/${port}/guts/${name}.c
@header
@body
/* 
 * Copyright (c) ${date} Peter Seebach/Seebs <seebs@seebs.net>; see
 * guts/COPYRIGHT for information.
 *
 * [Note: copyright added by code generator, may be
 * incorrect. Remove this if you fix it.]
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * ${comment}
 *	${rc_decl}
 */

	${rc_assign} real_${name}(${call_args});

/*	${rc_return}
 * }
 */
