Mercurial > hg > octave-lojdl > gnulib-hg
view lib/hard-locale.h @ 2942:c5e4ce044bd7
fix typo: s/fseek0/fseeko/
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 29 Oct 2000 17:19:51 +0000 |
parents | 0f0905dd78b2 |
children | c6450308f123 |
line wrap: on
line source
#ifndef HARD_LOCALE_H_ # define HARD_LOCALE_H_ 1 # if HAVE_CONFIG_H # include <config.h> # endif # ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif # endif int hard_locale PARAMS ((int)); #endif /* HARD_LOCALE_H_ */