Changes between Version 2 and Version 3 of XmlFormat
- Timestamp:
- May 21, 2007, 3:36:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlFormat
v2 v3 90 90 char physical_name[256]; 91 91 boinc_resolve_filename("input", physical_name, 256); 92 f open(physical_name, "r")92 fp = boinc_fopen(physical_name, "r") 93 93 }}} 94 94 In this example, `open_name` is 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above).