aboutsummaryrefslogtreecommitdiffstats
path: root/templates/guts
blob: 05605eac4091e69fa523c0b6a97d2aaaa0f23aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@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}
 * }
 */