Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
401b2935a11933a29c03b7addcd77d57e93c870c
[trex.git]
/
1
#include "ge.h"
2
3
void ge_p3_0(ge_p3 *h)
4
{
5
fe_0(h->X);
6
fe_1(h->Y);
7
fe_1(h->Z);
8
fe_0(h->T);
9
}