When externing a function in the cpp file does the compiler treat these differently?
extern void foo(char * dataPtr);
void foo(char *);
extern void foo(char * );
I am wondering because I have see all these in code and not sure what the difference is.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With