readme

来自「Linux程序设计(原书第2版)源码」· 代码 · 共 15 行

TXT
15
字号
Chapter 1 - Getting Started.hello.c           - First of many "Hello World" programs in this book.fred.c and bill.c - Source code files containing static library functions.lib.h             - Library header file declaring the functions in fred.c and bill.c.program.c         - Program that uses lib.h.lib.a             - Result of archiving the functions in fred.c and bill.c.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?