Chapter 1. What is libipc?

Table of Contents

Overview
Use cases

Overview

libipc is a mechanism that allows a C program to call a function that is executed by a different program running on the same machine. This is one of the major uses for inter-process communication.