File: extern.html

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (30 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<HTML>
<HEAD>
<TITLE>Option: extern</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="errors.html">-errors</A><HR><P>
<H2>Option: <font color=#FF0080>extern</font></H2><P>
<A NAME="extern"></A><DT><B><A HREF="extern.html">-extern</A></B>  </DT>
<DD>Causes <B>ftnchek </B> to report 
whether any subprograms invoked by the program are never defined. Ordinarily, 
if <B>ftnchek </B> is being run on a complete program, each subprogram other 
than the intrinsic functions should be defined somewhere.  Turn off this 
switch if you just want to check a subset of files which form part of 
a larger complete program. Subprogram arguments will still be checked for 
correctness.  Default = yes.  <blockquote></DD>
</DL>
<P>
The <B><A HREF="extern.html">-extern</A> </B> flag is now superseded by the 
<B><A HREF="usage.html">-usage</A>=ext-undefined </B> option.  For the sake of convenience, the <B><A HREF="extern.html">-extern</A> </B> flag 
is retained, so that <B>-noextern </B> is equivalent to <B><A HREF="usage.html">-usage</A>=no-ext-undefined </B> 
option.  The <B><A HREF="extern.html">-extern</A> </B> switch may be retired eventually. <P>
See also: <B><A HREF="library.html">-library</A> 
</B>.  </blockquote>
<P>
 
<DL>

<P><HR><P>Next: <A HREF="f77.html">-f77</A>
</BODY></HTML>