/* See LICENSE file for copyright and license details. */ #include "internals" void zneg(z_t a, z_t b) { SET(a, b); SET_SIGNUM(a, -zsignum(a)); }