view lib/filemode.h @ 4335:3cb468809e1f

Upgrade to gettext-0.12.1.
author Bruno Haible <bruno@clisp.org>
date Fri, 30 May 2003 13:19:52 +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