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

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.

主站蜘蛛池模板: 清涧县| 施甸县| 蒲江县| 环江| 托克逊县| 理塘县| 桑植县| 嘉定区| 丹凤县| 山丹县| 孟州市| 五峰| 太康县| 海南省| 集安市| 青神县| 张北县| 云浮市| 陇南市| 高唐县| 中卫市| 海淀区| 滨州市| 临湘市| 石阡县| 沽源县| 军事| 望江县| 五常市| 铜鼓县| 礼泉县| 普洱| 平南县| 旺苍县| 娄底市| 黑水县| 察隅县| 岳池县| 谷城县| 临武县| 鄂托克前旗|