Программирование в стандарте POSIX
Пример 5.1
#include
int open (const char *path, int oflag, ...);
#include
int pipe (int fildes [2]);
Содержание
Назад
Вперед