view lib/filemode.h @ 2880:2a7e5d634dca

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 25 Sep 2000 00:01:22 +0000
parents 6dfbec8a5a2d
children c6450308f123
line wrap: on
line source

#ifndef FILEMODE_H_

# if HAVE_CONFIG_H
#  include <config.h>
# 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