progs/rspit.c: Handle large requested output.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 Mar 2015 19:04:47 +0000 (19:04 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Mar 2015 01:02:46 +0000 (01:02 +0000)
commitbafe8a7b569c884c23e1e21219b49cb1a7fb2480
tree8f733ae482bdacaaca5a84c04f0058b7bb11e5a9
parent1cdc3a62b8f436fb78e00a1b6da20857d37b526f
progs/rspit.c: Handle large requested output.

We could work with `off_t' throughout, but in fact we might be asked for
a /very/ large stream, and it turns out that there's a rather convenient
multiprecision integer library just waiting to be used.
progs/rspit.c