kua to sem nemuzes dat cely zdrojak? Kdo se ma srat s takovym bazmekem, jako je C ? Chci cely zdrojak, abych napsal gcc -Wall source.c drawpicture a nasledne ./drawpicture
$vim source.c
$gcc -Wall source.c executable
source.c:1: error: expected declaration specifiers or '...' before string constant
source.c:1: warning: return type defaults to 'int'
source.c: In function '__import__':
source.c:1: error: expected declaration specifiers before '.' token
source.c:1: error: expected declaration specifiers before ')' token
$