earoc / ipc-1

C IPC (over Unix Domain Sockets) API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipc.h

A very simple API for interprocess communication using Unix Domain Sockets

Using ipc.h

Simply include ipc.h in your C files.

See samples/ for a client -> echo server example.

Copyright

Do What The Fuck Your Want To Public License (WTFPL)

About

C IPC (over Unix Domain Sockets) API


Languages

Language:C 100.0%