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

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.

主站蜘蛛池模板: 江津市| 页游| 曲沃县| 古浪县| 绥芬河市| 乳源| 安国市| 凌海市| 辽阳县| 乌兰察布市| 汝阳县| 潮州市| 阳东县| 淮滨县| 株洲县| 郴州市| 苍山县| 富阳市| 平谷区| 澄城县| 松滋市| 舒城县| 呼和浩特市| 浦江县| 中山市| 周至县| 沂源县| 玉龙| 望都县| 鄂州市| 临武县| 淄博市| 靖安县| 清水河县| 昌都县| 安远县| 比如县| 邻水| 北海市| 惠东县| 婺源县|