mirror of https://github.com/BOINC/boinc.git
12 lines
210 B
C++
12 lines
210 B
C++
|
// The input to this program looks like this:
|
||
|
//
|
||
|
// <result>
|
||
|
// <file_info>...</file_info>
|
||
|
// ...
|
||
|
// <signature>
|
||
|
// ...
|
||
|
// </signature>
|
||
|
// </result>
|
||
|
// <filename>blah</filename>
|
||
|
// ... (data)
|