> Uhm, only sort of. IMO, for this to be really useful, you'd need a stack, or a > linked list, of function calls. well, or a "closure" (function pointer and a void * data pointer) so the first function can find the second function or other private data specific to this interface.. - Bill