1
0
Fork 0

Style changes to primes

This commit is contained in:
Jonathan Chan 2018-08-26 23:38:09 -07:00
parent 373792c113
commit 72811cbcd3
3 changed files with 16 additions and 14 deletions

View File

@ -1,3 +1,5 @@
#include <stdbool.h>
bool isPrime(long n); bool isPrime(long n);
bool isPrimeMem(long n, long* primes); bool isPrimeMem(long n, long* primes);
long listOfPrimes(long n, long** primes_ptr, bool** primesTable_ptr); long listOfPrimes(long n, long** primes_ptr, bool** primesTable_ptr);

BIN
primes.o Normal file

Binary file not shown.