Linux
jxc98728
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于clang编译器的一些用法
clang man pageclang — the Clang C, C++, and Objective-C compiler TL;DR Compile a source code file into an executable binary: clang input_source.c -o output_executable Activate output of all errors a...转载 2019-03-16 01:53:33 · 7033 阅读 · 0 评论 -
GNU Assembler Examples
GNU Assembler Examples GAS, the GNU Assembler, is the default assembler for the GNU Operating System. It works on many different architectures and supports several assembly language syntaxes...转载 2019-04-25 23:30:31 · 1063 阅读 · 0 评论
分享