3ef13aa6449081a286cab8c7c03d24c7b22b9405
[trex.git] /
1 #include "fe.h"
2
3 #ifndef HAVE_TI_MODE
4
5 /*
6 h = 1
7 */
8
9 void fe_1(fe h)
10 {
11   h[0] = 1;
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