このページを編集する際は、編集に関する方針に従ってください。
typedef union nameData {
char data[NAMEDATALEN];
int alignmentDummy;
} NameData;