Skip to content

Instantly share code, notes, and snippets.

@marekw2143
Created November 19, 2011 11:23
Show Gist options
  • Save marekw2143/1378738 to your computer and use it in GitHub Desktop.
Save marekw2143/1378738 to your computer and use it in GitHub Desktop.
grep -n "select_non_primes" *.c *.h
lib.c:5:int* select_non_primes(int max, int start, int* cnt)
lib.c:37: select_non_primes(100, 3, &a);
test.c:12: arr = select_non_primes(200, 3, &cnt);
lib.h:3:int* select_non_primes(int max, int start, int* cnt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment