wiki:IOTransformation

The IO transformer transforms:

  • all function calls printf(...) into frpintf(stdout, ...);
  • all function calls scanf(...) into fscanf(stdin, ...);
  • all function calls fopen(...) into $fopen(...).
Last modified 12 years ago Last modified on 04/24/14 12:08:13
Note: See TracWiki for help on using the wiki.