Re: Ahead of "main"?
- From: mdh <mdeh@xxxxxxxxxxx>
- Date: 29 Apr 2007 20:32:34 -0700
On Apr 29, 7:05 pm, Keith Thompson <k...@xxxxxxx> wrote:
In any sizeable program, most of your functions are going to be in
separate source files, to be compiled and linked together with the one
containing main(). Usually you want function definitions in a .c
file, and declarations (to be visible to other translation units) in a
.h file.
tks.
.
- References:
- Ahead of "main"?
- From: mdh
- Re: Ahead of "main"?
- From: Malcolm McLean
- Re: Ahead of "main"?
- From: Keith Thompson
- Ahead of "main"?
- Prev by Date: Re: two meanings of a cast
- Next by Date: Re: the mystery of <ctrl-d>
- Previous by thread: Re: Ahead of "main"?
- Next by thread: Re: Ahead of "main"?
- Index(es):
Relevant Pages
|