static function ? how ?



Hi,

In C language, we can use:

/* foo.c */
static void foo(void)
{
....
}


to define a static function "foo" which is
local function of file "foo.c".

Can I do the same thing in Fortran ? How ?
I'm using g77. Thanks.


Best Regards
KC
kccheng@xxxxxxxxxxxxxxxxx

.



Relevant Pages