summaryrefslogtreecommitdiff
path: root/preload/exported_h.tmpl
blob: 5f5954adf02ca199da0dac285751a36384bd1caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Automatically generated file. Do not edit. */
## ^^^(Not this one, but the one this emits) ^^^

extern void _init(void) ;
extern void _fini(void) ;
#for $f in $funcs:
extern $f.ret $(f.name)($f.args);
#end for
#for $f in $gates:
extern $f.ret $(f.name)($f.args);
#end for