The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef MPU_SIMPQS_H
#define MPU_SIMPQS_H

#include <gmp.h>

extern int  _GMP_simpqs(mpz_t n, mpz_t* farray);

#endif