lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> is union assignment part of C89?

Just like struct assignment: it just copies the bytes.

Perhaps you mean that early C89 compilers did not do struct assignment,
but this has surely changed by now...
--lhf