Copyright © tutorialspoint.com
int ipc(unsigned int call, int first, int second, int third, void *ptr, long fifth); |
User programs should call the appropriate functions by their usual names. Only standard library implementors and kernel hackers need to know about ipc().
Copyright © tutorialspoint.com