[CSI] function prototypes inside function definition

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Jul 6 09:43:48 EDT 2016


CSI students,

Somebody asked about function prototype location. It is legal to put a
function prototype inside another function definition. Such function
prototype limits the scope of function invocatin (to the function
definition where it was prototyped).

Thanks,
-- 
Mikhail


More information about the cs13001 mailing list