home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 8
/
amigaformatcd08.iso
/
in_the_mag
/
html_tutorial
/
iomanip.h
< prev
next >
Wrap
Text File
|
1996-09-03
|
96b
|
8 lines
// Faked iomanip.h to use less memory
char* resetiosflags( ios::Selector s )
{
return "";
}