There is a parameter in the Options>>Build Options menu that do that : check "Require fonctions prototype".
I think that a function can't do that because you have to check that during the compilation. If you want to check parameters at the run time ( like , scanf function ) you have to do by yourself inside the function.