1 #ifndef MPU_AKS_H 2 #define MPU_AKS_H 3 4 #include "ptypes.h" 5 6 extern int is_aks_prime(UV n); 7 8 #endif 9