Newer
Older
ubixos / src / lib / libstdc++ / sinst.cc
@reddawg reddawg on 28 May 2004 170 bytes Got Some Things Working About 10 To Go
#include <std/straights.h>

typedef char c;

template class string_char_traits <c>;

ostream& endl(ostream& outs)
{
//    return flush(outs.put('\n'));
  return('\n');
}