Commit 93896cc0 authored by Lev Walkin's avatar Lev Walkin

slightly updated mode of operation

parent 50e65145
/*
* Mode of operation:
* Each of the *.in files is XER-decoded, then converted into DER,
* then decoded from DER and encoded into XER again. The resulting
* stream is compared with the corresponding .out file.
* Each of the *.in files is XER-decoded, then converted into PER,
* then decoded back from PER, then encoded into XER again,
* and finally compared to the original encoding.
*/
#undef NDEBUG
#include <stdio.h>
......
/*
* Mode of operation:
* Each of the *.in files is XER-decoded, then converted into DER,
* then decoded from DER and encoded into XER again. The resulting
* stream is compared with the corresponding .out file.
* Each of the *.in files is XER-decoded, then converted into PER,
* then decoded back from PER, then encoded into XER again,
* and finally compared to the original encoding.
*/
#undef NDEBUG
#include <stdio.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment