static function ? how ?
- From: "KC" <kcc1967@xxxxxxxxx>
- Date: 26 May 2005 00:06:21 -0700
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
.
- Follow-Ups:
- Re: static function ? how ?
- From: Ian Bush
- Re: static function ? how ?
- From: Arjen Markus
- Re: static function ? how ?
- Prev by Date: Re: cmplx(0.,-x) or -j*x
- Next by Date: Re: static function ? how ?
- Previous by thread: cmplx(0.,-x) or -j*x
- Next by thread: Re: static function ? how ?
- Index(es):
Relevant Pages
|
|