(root)/
glib-2.79.0/
girepository/
cmph/
miller_rabin.h
       1  #ifndef _CMPH_MILLER_RABIN_H__ 
       2  #define _CMPH_MILLER_RABIN_H__ 
       3  #include "cmph_types.h"
       4  cmph_uint8 check_primality(cmph_uint64 n);
       5  #endif