wiki:IOTransformation

Version 1 (modified by zmanchun, 12 years ago) ( diff )

--

The IO transformer transforms:

  • all function calls printf(...) into frpintf(stdout, ...);
  • all function calls scanf(...) into fscanf(stdin, ...);
  • all function calls fopen(...) into $fopen(...).
Note: See TracWiki for help on using the wiki.