2005-03-12 22:11:18 +00:00
|
|
|
#include <lladd/transactional.h>
|
2006-09-27 20:32:51 +00:00
|
|
|
#include <lladd/truncation.h>
|
2005-03-12 22:11:18 +00:00
|
|
|
int main(void) {
|
|
|
|
Tinit();
|
2006-09-27 20:32:51 +00:00
|
|
|
truncateNow();
|
2005-03-12 22:11:18 +00:00
|
|
|
Tdeinit();
|
|
|
|
|
|
|
|
return compensation_error();
|
|
|
|
}
|
|
|
|
|