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

#include "ptypes.h"

extern int racing_squfof_factor(UV n, UV *factors, UV rounds);

#endif