From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #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
#ifndef MPU_LMO_H
#define MPU_LMO_H
#include "ptypes.h"
extern
UV _XS_LMO_pi(UV n);
UV legendre_phi(UV n, UV a);
#endif