| |||||
Technical Support Support Resources
Product Information | C51: ARE UNIONS SUPPORTED IN C51Information in this article applies to:
SYMPTOMSI can find no reference in the compiler manual as to whether or not union is supported by C51. I get compiler errors from a union in my code. Is this data structure supported? CAUSEYes. Unions are fully supported in the C51 compiler. RESOLUTIONThere must be some kind of syntactical problem in the code. Please refer to a C reference manual and try an example from one of them. MORE INFORMATIONConsult "The C Programming Language" by Brian Kernighan and Dennis Ritchie or "C and the 8051" by Tom Schulz. Last Reviewed: Wednesday, August 03, 2005 | ||||
| |||||