Unix Pipes & IPC - Key Functions & Syntax


1. pipe()

int pipe(int pfd[2]);


2. read()

ssize_t read(int fd, void *buf, size_t count);


3. write()