Changes between Initial Version and Version 1 of IOTransformation
- Timestamp:
- 04/24/14 12:08:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IOTransformation
v1 v1 1 The 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(...).
