Changes between Initial Version and Version 1 of IOTransformation


Ignore:
Timestamp:
04/24/14 12:08:13 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTransformation

    v1 v1  
     1The IO transformer transforms:
     2 * all function calls printf(...) into frpintf(stdout, ...);
     3 * all function calls scanf(...) into fscanf(stdin, ...);
     4 * all function calls fopen(...) into $fopen(...).