aboutsummaryrefslogtreecommitdiff
path: root/util/prime_search.h
blob: 842c6d9cf330d101174e5195cc59d2cf7bdd9dd6 (plain)
1
2
3
4
5
6
7
8
#ifndef _NEXT_LARGEST_PRIME_H
#define _NEXT_LARGEST_PRIME_H

#include <stddef.h>

size_t next_prime_above_lowerbound(size_t n);

#endif /* ifndef _NEXT_LARGEST_PRIME_H */