home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
ThinkCPosix 1.1
/
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-09-14
|
172 b
|
16 lines
|
[
TEXT/KAHL
]
/* $Id: $ */
/*
* For the moment this function does nothing,
* and reports success!
*/
#include "ThinkCPosix.h"
int chmod(char *path, mode_t mode)
{
return 0;
}