home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume27
/
runes
/
part01
/
include
/
stddef.changes
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-07
|
241 b
|
13 lines
< #ifdef _WCHAR_T_
< typedef _WCHAR_T_ wchar_t;
< #undef _WCHAR_T_
< #endif
> #ifdef _BSD_WCHAR_T_
> #ifndef _ANSI_SOURCE
> typedef _BSD_WCHAR_T_ rune_t;
> #endif
> typedef _BSD_WCHAR_T_ wchar_t;
> #undef _BSD_WCHAR_T_
> #endif