⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 在beginning linux programming 书中提供的第三章的有关代码
💻
字号:
Chapter 3 - Working with Files.write.c  -  A simple program that uses write.read.c  -  A simple program that uses read and write.system.c  - A program that uses low-level system calls to copy one file to another.block.c  -  An improved version of system.c that copies blocks of data between the files.stdio.c  -  A program uses library calls to further improve the speed of the above programs by bufferingthe file input and output.print1.c  -  A program that prints out the contents of the home directory.print2.c  -  An improved version of print1.c that takes the directory as an argument.mmap.c  - A program that maps a file into memory as an array and then alters its contents.  (Needs Linux 2.0.)

⌨️ 快捷键说明

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