home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
compress
/
xfh132.lzh
/
XFH
/
src
/
libmygcc
/
gen_library
/
globals.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-19
|
146b
|
6 lines
/* This file defines the _ctype_ variable, as needed in "ctype.h". */
extern const char _ctype_array[];
const char *_ctype_ = &_ctype_array[0];