Andrew Lake
2004-01-14 02:27:45 UTC
Hello,
I've compiled my assn0.c at home at it works ok, but when I try linking
the files with make , I receive an error :
"In function `is_verbatim_palindrome_index':
/palindrome.c:26: multiple definition of
`is_verbatim_palindrome_index'
assn0.o:/palindrome.c:26: first defined here
palindrome.o: In function `is_verbatim_palindrome_ptr'"
I'm not sure what the error is in my code , and any help would be
appreciated.
I've compiled my assn0.c at home at it works ok, but when I try linking
the files with make , I receive an error :
"In function `is_verbatim_palindrome_index':
/palindrome.c:26: multiple definition of
`is_verbatim_palindrome_index'
assn0.o:/palindrome.c:26: first defined here
palindrome.o: In function `is_verbatim_palindrome_ptr'"
I'm not sure what the error is in my code , and any help would be
appreciated.