Go to the previous, next section.
int umask(int mask);
mask: [in] the new mask.
Sets the umask value to mask&0777.
mask&0777
The previous value of the mask.