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

#include "ptypes.h"

extern UV _XS_LMO_pi(UV n);

extern UV legendre_phi(UV n, UV a);

#endif