home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
src
/
amiga
/
libnix-0.7-src.lha
/
libnix-0.7
/
sources
/
nix
/
locale
/
localeconv.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-12
|
103 b
|
7 lines
#include <locale.h>
extern struct lconv __lconv;
struct lconv *localeconv(void)
{ return &__lconv; }