[klibc] access()

Jon Smirl jonsmirl at yahoo.com
Sat Feb 7 21:50:20 PST 2004


The access() function is there but the defines it needs are missing.

       mode is a mask consisting of one or more of R_OK, W_OK, X_OK and  F_OK.
 
       R_OK,  W_OK  and  X_OK request checking whether the file exists and has
       read, write and execute permissions, respectively.  F_OK just  requests
       checking for the existence of the file.
 


=====
Jon Smirl
jonsmirl at yahoo.com

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html



More information about the klibc mailing list