Go to the first, previous, next, last section, table of contents.


mknod

Syntax

#include <sys/stat.h>

int mknod(const char *path, mode_t mode, dev_t dev);

Description

This function is provided only to assist in porting from Unix. It always returns an error condition.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.