c - Declaring a function number of times -


i came across c source function name declared multiple times in header file , in c files. know not wrong declaring functions numerous times question why should declare function many times?

we shouldn't. bad coding. these declarations must matched, otherwise there's going compilation error.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -