home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
sas_unix_lib.lha
/
unix
/
src
/
chmod.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-19
|
140 b
|
9 lines
#include "amiga.h"
int chmod(char *name, int mode)
{
chkabort();
if (SetProtection(name, _make_protection(mode))) return 0;
ERROR;
}