Mercurial > emacs
view nt/inc/sys/file.h @ 27468:8a6ee5b485d2
(sort-numeric-base): New option.
(sort-numeric-fields): If number starts with `0' or `0[xX[',
interpret it as octal or hexadecimal. Use sort-numeric-base
as default base.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 28 Jan 2000 12:47:38 +0000 |
parents | 841b8916e3b2 |
children | 69b7e5c8da03 |
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 #define D_OK 8