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

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.

主站蜘蛛池模板: 闸北区| 利川市| 武鸣县| 珲春市| 石渠县| 黄龙县| 彭水| 临颍县| 曲阜市| 吴川市| 凌海市| 鹤庆县| 云和县| 同江市| 湟中县| 资兴市| 朝阳县| 新乡县| 镇江市| 嘉峪关市| 新化县| 镇宁| 远安县| 偏关县| 常山县| 隆尧县| 大丰市| 兴和县| 河东区| 清水河县| 舒城县| 图片| 凤凰县| 平顶山市| 宕昌县| 颍上县| 福清市| 湘阴县| 当涂县| 南安市| 富川|