|
|
|
|
|
by qwertyuiop924
3579 days ago
|
|
How about SCL?: include header file stdio.h, searching system paths first.
describe function main that returns a value of type
integer, and has argument of type integer argc, and
argument of type pointers to pointers to characters argv.
begin function body
call function printf with the single argument of type
string "hello world" with a newline appended.
begin new statement.
return the integer value 0.
|
|