Hi Tom,
I accidentally put in a call to memcpy() in my Kflop code, and it actually compiles, links and runs. memset() seems to be there too.
These are useful functions. Can I depend on these being there in the future? Any other standard library goodies hidden in there?
On a related note, kmotiondef.h has the line
extern MAIN_STATUS MainStatus;
however reference to MainStatus fails to link. The reason I was looking at this is that I wish to transfer some internally generated 128 I/O bits in the main status packet. I was thinking of just jamming them in there, but that plan does not seem workable. Is there a better (officially sanctioned) way of using the kanalog etc. fields which are otherwise unused in my app?