mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
3ace356255
prime numbers in order
9 lines
204 B
C
9 lines
204 B
C
--- primes.c.orig 2009-03-27 09:19:08.000000000 -0300
|
|
+++ primes.c 2009-03-27 09:19:14.000000000 -0300
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "primegen.h"
|
|
#include "fs64.h"
|
|
|