From: himanshu@students.iiit.net
Making the sources gives the following warnings due to
inclusion of <strings.h>:-
---
gcc -Wall -ggdb -DT3_PROB_IS_FLOAT -c gis.c -o gis.o
gis.c: In function `redistribute_probabilities':
gis.c:255: warning: implicit declaration of function
`memcpy'
gis.c:256: warning: implicit declaration of function
`memset'
gcc -Wall -ggdb -DT3_PROB_IS_FLOAT -o met -lm met.o
gis.o array.o mem.o util.o hash.o primes.o
---
Inclusion of <string.h> removes the warning. In case it
is not done intentionally, you might consider
correcting it.
Thank You
Himanshu
himanshu@students.iiit.net
Patch file for the recommended correction