C: Difference between revisions
Jump to navigation
Jump to search
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... |
(No difference)
|
Latest revision as of 16:42, 19 November 2010
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.