Skip to content

Instantly share code, notes, and snippets.

@marekw2143
Created November 19, 2011 11:17
Show Gist options
  • Save marekw2143/1378733 to your computer and use it in GitHub Desktop.
Save marekw2143/1378733 to your computer and use it in GitHub Desktop.
marek@marek-ThinkPad-R61e:~/projects/study2/OR/prime_numbers/ORII-lab4_prime_numbers$ cat *.h *.c |grep select_non_primes
int* select_non_primes(int max, int start, int* cnt);
int* select_non_primes(int max, int start, int* cnt)
select_non_primes(100, 3, &a);
arr = select_non_primes(200, 3, &cnt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment