home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!decwrl!csus.edu!netcom.com!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: umask() function
- Message-ID: <paulk.1a3y@terapin.com>
- Date: 27 Aug 92 19:45:38 PST
- Organization: BBS
- Lines: 11
-
- Could somebody tell me the purpose of the umask() function? I think it's unix.
- Is it cool to implement it on the Amiga as
-
- int umask(int foo) { return 0; }
-
- ?
-
- Another question. Could somebody tell me the meaning of the following command
- line arguments for Lattice C:
-
- -O -v -m0t -cuaisfr -rr
-