comparison tango/tango/io/DeviceConduit.d @ 136:0e28624814e8 trunk

[svn r140] did a lot of the work towards being able to pass multiple modules on the command line. not complete yet though
author lindquist
date Thu, 17 Jan 2008 03:15:12 +0100
parents 1700239cab2e
children 0ab29b838084
comparison
equal deleted inserted replaced
135:176bd52b3cf5 136:0e28624814e8
15 private import tango.sys.Common; 15 private import tango.sys.Common;
16 16
17 public import tango.io.Conduit; 17 public import tango.io.Conduit;
18 18
19 private import tango.core.Exception; 19 private import tango.core.Exception;
20
21 private extern(C) int printf(char*, ...);
20 22
21 /******************************************************************************* 23 /*******************************************************************************
22 24
23 Implements a means of reading and writing a file device. Conduits 25 Implements a means of reading and writing a file device. Conduits
24 are the primary means of accessing external data, and are usually 26 are the primary means of accessing external data, and are usually