I don't know how you intend to use such a `= lfun, or indeed how it would work at all. Can you elaborate?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-04-16 01:46: Subject: Pointers/lvalues
I can't think of much use for pointers. From the calling side I have not had any troubles using objects. Am I totally lost if I say that a `= lfun would solve most of the problems on the calling side of the function?
As for the called side, isn't pointers just convenience suger for APIs? #define sscanf(X,Y,Z ...) [Z]=array_sscanf(X,Y)
/ Martin Nilsson (har bott i google)