1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
Files
coreutils/lib/filemode.h

20 lines
313 B
C
Raw Normal View History

#ifndef FILEMODE_H_
# if HAVE_CONFIG_H
# include <config.h>
1998-08-16 15:26:20 +00:00
# endif
# include <sys/types.h>
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
# endif
void mode_string PARAMS ((mode_t mode, char *str));
#endif