home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -in_the_mag- / html_tutorial / iomanip.h < prev    next >
Text File  |  1996-09-03  |  96b  |  8 lines

  1. // Faked iomanip.h to use less memory
  2.  
  3. char* resetiosflags( ios::Selector s )
  4. {
  5.   return "";
  6. }
  7.  
  8.