#ifndef MPU_SIMPQS_H
#define MPU_SIMPQS_H

#include <gmp.h>

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

#endif