home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / src / umask.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  54b  |  4 lines

  1. #include "amiga.h"
  2.  
  3. int umask(int mask) { return 0; }
  4.