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

📄 readme

📁 这是unix网络编程一书的源代码希望能对大家的学习提供一种便利
💻
字号:
The following directories contain implementations of Posix message queues
of Posix semaphores, using some other technique:

	my_pxmsg_mmap/	implements Posix message queues using mmap
	my_pxsem_fifo/	implements Posix semaphores using FIFOs
	my_pxsem_mmap/	implements Posix semaphores using mmap
	my_pxsem_svsem/	implements Posix semaphores using System V semaphores

In these directories the functions, structures, and datatypes are all
prefixed with the two characters "my".  This makes it much easier to
include the headers and functions along with the normal system headers
and libraries.  But in the source code shown in the book, the "my"
is removed, to make the code more readable.

Also assumed in each of these directories is that an #include of a
filename in double quotes looks in that directory, and not in a
system directory.

⌨️ 快捷键说明

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