referencing this post - link
I have my function declared in my header file, however the error -"Implicit declaration of function invalid in c99" still shows. I am not sure however if that is ultimately what is causing my final error which is "ld: symbol(s) not found for architecture x86_64"
I tried changing the architecture in build settings to 386, without luck.