ge_sub.c 125 B

1234567891011
  1. #include "ge.h"
  2. /*
  3. r = p - q
  4. */
  5. void ge_sub(ge_p1p1 *r,const ge_p3 *p,const ge_cached *q)
  6. {
  7. fe t0;
  8. #include "ge_sub.h"
  9. }