官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

code_in_text: Indicates code words in text, folder names, filenames, file extensions, pathnames,  user input, and interaction with the command console. Here is an example: "Compile the source file, hello.c,  to produce the executable."

A block of code is set as follows:

#include <stdio.h>
int main(void) {
printf("Hello, world!");
return 0;
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

CFLAGS=-Wall

hello.o: hello.c
gcc -c -o $(@) $(^) $(CFLAGS)

Any command-line input or output is written as follows:

$ gcc -c -o hello.o hello.c
$ make clean

Commands for the debugger console are written as follows:

> add-symbol-file app.elf 0x1000
> bt full

Bold: Indicates a new term, an important word, or words that you see onscreen.

主站蜘蛛池模板: 房产| 菏泽市| 平江县| 剑阁县| 枣阳市| 抚宁县| 新兴县| 永善县| 内江市| 长丰县| 四子王旗| 辽宁省| 临武县| 徐州市| 阜宁县| 闵行区| 广德县| 于田县| 井冈山市| 新化县| 应城市| 读书| 太湖县| 鲁甸县| 舟曲县| 林西县| 建平县| 嘉荫县| 辽阳市| 黎川县| 报价| 南漳县| 五华县| 桐梓县| 灵台县| 漠河县| 阿勒泰市| 镇沅| 阿克苏市| 太康县| 三河市|