ATerm++

PrevUpHomeNext

Initialization

The ATerm++ Library doesn't require any special initialization. The underlying ATerm initialization function ATInit is automatically called by including the file atermpp/aterm.h. If this behavior is undesired, it is possible to override this by defining the symbol ATERM_USER_INITIALIZATION. Then the user is responsible for adding something similar to

aterm bottom_of_stack;
init(argc, argv, bottom_of_stack);
Copyright © 2004 Wieger Wesselink

PrevUpHomeNext