19Oct11:
The _MK_FP() pseudo function
should allow the macro offsetof()
as the second argument, even though it returns a size_t type.
15Oct11: ** Serious Problem! ** The offset into an array of structures may be incorrect when using a negative subscript. This is due to a signed vs unsigned int in the optimizer.
fgets(buffer,len,file);
function was not setting the buffer to the empty string on
end-of-file. This caused the Basic LINPUT statement to fail.