Changes between Version 2 and Version 3 of XmlFormat


Ignore:
Timestamp:
May 21, 2007, 3:36:54 PM (17 years ago)
Author:
Nicolas
Comment:

Changed example to use boinc_fopen instead of fopen

Legend:

Unmodified
Added
Removed
Modified
  • XmlFormat

    v2 v3  
    9090char physical_name[256];
    9191boinc_resolve_filename("input", physical_name, 256);
    92 fopen(physical_name, "r")
     92fp = boinc_fopen(physical_name, "r")
    9393}}}
    9494        In this example, `open_name` is 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above).