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


umask

Syntax

#include <sys/stat.h>

mode_t umask(mode_t cmask);

Description

This function does nothing. It exists to assist porting.

Portability

not ANSI, POSIX


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