mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-31 19:46:16 +01:00
6 lines
138 B
C
6 lines
138 B
C
|
#ifndef _CMPH_MILLER_RABIN_H__
|
||
|
#define _CMPH_MILLER_RABIN_H__
|
||
|
#include "cmph_types.h"
|
||
|
cmph_uint8 check_primality(cmph_uint64 n);
|
||
|
#endif
|