mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
phobos 0.76
This commit is contained in:
parent
fa1bc52ba2
commit
35a12fec2f
51 changed files with 761 additions and 183 deletions
|
@ -12,9 +12,14 @@
|
|||
// from OutBuffer.
|
||||
// To convert an array of bytes back into raw data, use InBuffer.
|
||||
|
||||
import std.string;
|
||||
import std.c.stdio;
|
||||
import std.c.stdlib;
|
||||
module std.outbuffer;
|
||||
|
||||
private
|
||||
{
|
||||
import std.string;
|
||||
import std.c.stdio;
|
||||
import std.c.stdlib;
|
||||
}
|
||||
|
||||
class OutBuffer
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue