C

From VrlWiki
Revision as of 16:42, 19 November 2010 by Brad Berg (talk | contribs) (New page: C<Program> = <C++ Source>.cpp ... Designate C source files that are to be built for each program. The G.Build system recognizes the .c suffixe. PROGRAM = myProgram CmyProg...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
C<Program> = <C++ Source>.cpp ...

Designate C source files that are to be built for each program. The G.Build system recognizes the .c suffixe.

PROGRAM = myProgram
CmyProgram = myProgram.c  mySubroutine.c


By convention the file containing a C "main" method has the same name as the program.