The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef MPU_SIMPQS_H
#define MPU_SIMPQS_H

#include <gmp.h>

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

#endif