home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12796 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  575 b 

  1. Path: sparky!uunet!sun-barr!decwrl!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: umask() function
  5. Message-ID: <paulk.1a3y@terapin.com>
  6. Date: 27 Aug 92 19:45:38 PST
  7. Organization: BBS
  8. Lines: 11
  9.  
  10. Could somebody tell me the purpose of the umask() function?  I think it's unix.
  11.  Is it cool to implement it on the Amiga as
  12.  
  13. int umask(int foo)  { return 0; }
  14.  
  15. ?
  16.  
  17. Another question.  Could somebody tell me the meaning of the following command
  18. line arguments for Lattice C:
  19.  
  20.   -O -v -m0t -cuaisfr -rr
  21.