mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* chmod - change mode: NOP under CP/M */
|
||||
#include <portab.h>
|
||||
WORD chmod(name,mode)
|
||||
BYTE *name;
|
||||
WORD mode;
|
||||
{
|
||||
return(access(name,mode));
|
||||
}
|
Reference in New Issue
Block a user