1This directory contains a reentrant version of the vacall package.
2
3Instead of using a global variable for the function to be called,
4a pointer is passed in a special CPU register, pointing to:
5  - a function code pointer in the first word,
6  - a data word in the second word, to be passed before the va_alist.
7
8The include file <vacall.h> is renamed to <vacall_r.h>.
9
10