Mercurial > emacs
view nt/inc/sys/file.h @ 15433:172725d0d2d5
A bit more fiddling with layout of Filofax year page.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Fri, 14 Jun 1996 19:04:46 +0000 |
parents | cc3c8961d60a |
children | 841b8916e3b2 |
line wrap: on
line source
/* * sys\file.h doesn't exist on NT - only needed for these constants */ #define F_OK 0 #define X_OK 1 #define W_OK 2 #define R_OK 4