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

📄 readme

📁 让你了解Unix进程间的通信是如何实现的
💻
字号:
The following directories contain implementations of Posix message queuesof 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 semaphoresIn these directories the functions, structures, and datatypes are allprefixed with the two characters "my".  This makes it much easier toinclude the headers and functions along with the normal system headersand 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 afilename in double quotes looks in that directory, and not in asystem directory.

⌨️ 快捷键说明

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