commit | 0b70d74ee05462446d178279177702296709eb9e | [log] [tgz] |
---|---|---|
author | Nicolas Catania <[email protected]> | Wed Jan 27 09:54:32 2010 -0800 |
committer | Nicolas Catania <[email protected]> | Thu Jan 28 13:37:19 2010 -0800 |
tree | d8d9aab37b88512d433f056f29402cd5c6978231 | |
parent | 21d15b6379f94dc2d1e7b161cda269d8168488e8 [diff] |
Basic streambuf implementation. Needed to finish the ostream. We are not expected to use this class a lot since we are going to rely on the stdio implementation for all the work. Still needed to make the compiler happy but did not spent too much effort on it. For instance only output buffer operations are supported.