Re: interface blocks



> If you want the most thorough checking, you put your procedures in
> modules. That doesn't have a very close C/C++ analogue. The closest I
> can come is that the Fortran compiler auto-generates an equivalent of a
> C header file, including function prototypes.

Can I put all 3500 subroutines (and functions) into one module ?

Thanks,
Lynn McGuire


.



Relevant Pages

  • Re: why still use C?
    ... >> of comments, preprocessor directives, typedefs, and function prototypes. ... > any use of them in a header file context dangerous. ...
    (comp.lang.c)
  • Re: Function prototypes
    ... Hi, I'm currently taking a data structures course in C, and my teacher ... also said that no professional programmers use function prototypes. ... prototypes in the header file, my compiler would assume the function ...
    (comp.lang.c)
  • Re: in-place editing in awk
    ... header file containing function prototypes. ... I've been doing this with the help of grep, sed and a bit of awk. ... and-replace, and later write it back to disk, so that I don't need to ...
    (comp.unix.shell)
  • Re: in-place editing in awk
    ... header file containing function prototypes. ... this involves reading from disk all ... achieve with awk, is that, I read all the required file to a ...
    (comp.unix.shell)
  • Re: Function prototypes
    ... also said that no professional programmers use function prototypes. ... whole function within the header file and not have any other *.c files. ... He is talking about little toy programs, ... has never seen the code for a real program in his entire life. ...
    (comp.lang.c)