We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea07d3 commit 5a4cfcdCopy full SHA for 5a4cfcd
helper.pl
@@ -446,7 +446,7 @@ sub update_dep
446
447
sub generate_def {
448
my @files = glob '*mp_*.c';
449
- @files = map { my $x = $_; $x =~ s/\.c$//g; $x =~ s/mp_printf_extension//g;$x; } @files;
+ @files = map { my $x = $_; $x =~ s/\.c$//g;$x; } @files;
450
@files = grep(!/mp_cutoffs/, @files);
451
452
my $files = join("\n ", sort(grep(/^mp_/, @files)));
tommath.def
@@ -88,6 +88,7 @@ EXPORTS
88
mp_prime_rabin_miller_trials
89
mp_prime_rand
90
mp_prime_strong_lucas_selfridge
91
+ mp_printf_extension
92
mp_radix_size
93
mp_radix_size_overestimate
94
mp_rand
0 commit comments