ge_p2_0.c 86 B

12345678
  1. #include "ge.h"
  2. void ge_p2_0(ge_p2 *h)
  3. {
  4. fe_0(h->X);
  5. fe_1(h->Y);
  6. fe_1(h->Z);
  7. }