Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. lykkin / sums.c Created Nov 14, 2015 Star 0 Fork 0 /.container /.repohead Code Revisions 1 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar Raw sums.c # include < stdlib.h > # include < string.h > # include < stdio.h > # include < math.h > typedef struct primePair primePair; struct primePair { unsigned first; unsigned second; }; unsigned * genPrimesUnder ( unsigned n, unsigned numPrimes) { unsigned *candidates = malloc ( sizeof ( unsigned ) * n + 1 ); memset (cand...