To compile a C program on the command line, run the clang compiler as follows: $ scl enable llvm-toolset-6.0 'clang -o output_file source_file'.
確定! 回上一頁