]> Pileus Git - ~andy/ct/commit
Add support for output files
authorAndy Spencer <andy753421@gmail.com>
Wed, 25 Nov 2009 11:13:33 +0000 (11:13 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 25 Nov 2009 11:13:33 +0000 (11:13 +0000)
commit2917cd4e29ba3fbad09980f20b820beb585402d5
tree744769041b60b2fecf266a720013b43839446391
parent4fae25ec557ca4fd79edc553f75a688d1fc80e20
Add support for output files

Input and output files are mapped as follows:
(* represents the `else' condition, usually - and/or NULL)

     Provided    |      Used
  Input : Output |  Input : Output
  ------+--------+--------+--------
  in.ct : out.c  |  in.ct : out.c
  in.ct : -      |  in.ct : stdout
  in.ct : NULL   |  in.ct : in.c
  *     : out.c  |  stdin : out.c
  *     : *      |  stdin : stdout
ct.c
mkfile