f351eea9b9e91f841015136b67a1e6bb67406072
[trex.git] /
1 #include "fe.h"
2
3 #ifndef HAVE_TI_MODE
4
5 /*
6 h = 0
7 */
8
9 void fe_0(fe h)
10 {
11   h[0] = 0;
12   h[1] = 0;
13   h[2] = 0;
14   h[3] = 0;
15   h[4] = 0;
16   h[5] = 0;
17   h[6] = 0;
18   h[7] = 0;
19   h[8] = 0;
20   h[9] = 0;
21 }
22
23 #endif