/* * STRUCT: EDCS_AC_ID * * Structure used to identify an EDCS Attribute Code. * * If an identifier doesn't need 4 characters, then the identifier * appears first, and the remainder of the structure is padded with * underscore (_) characters. */
| typedef | struct | |
| { | ||
| char | tag[4]; |