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

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.

主站蜘蛛池模板: 通城县| 永吉县| 四会市| 鲜城| 池州市| 乌苏市| 洮南市| 肃宁县| 乐亭县| 文化| 西安市| 常宁市| 景德镇市| 马龙县| 内乡县| 龙山县| 烟台市| 达拉特旗| 琼结县| 台州市| 确山县| 梅州市| 天全县| 衡水市| 连城县| 班戈县| 中超| 科尔| 隆化县| 沁阳市| 蓬安县| 西和县| 金昌市| 曲水县| 扬中市| 衢州市| 拜城县| 鄄城县| 上杭县| 江油市| 恭城|