#include "manual.h"
#include <stdalign.h>
#include <stdio.h>
int main() {
printf("%s;%zu;%zu\n", "ALSACtlCard", sizeof(ALSACtlCard), alignof(ALSACtlCard));
printf("%s;%zu;%zu\n", "ALSACtlCardClass", sizeof(ALSACtlCardClass), alignof(ALSACtlCardClass));
printf("%s;%zu;%zu\n", "ALSACtlCardError", sizeof(ALSACtlCardError), alignof(ALSACtlCardError));
printf("%s;%zu;%zu\n", "ALSACtlCardInfo", sizeof(ALSACtlCardInfo), alignof(ALSACtlCardInfo));
printf("%s;%zu;%zu\n", "ALSACtlCardInfoClass", sizeof(ALSACtlCardInfoClass), alignof(ALSACtlCardInfoClass));
printf("%s;%zu;%zu\n", "ALSACtlElemAccessFlag", sizeof(ALSACtlElemAccessFlag), alignof(ALSACtlElemAccessFlag));
printf("%s;%zu;%zu\n", "ALSACtlElemEventMask", sizeof(ALSACtlElemEventMask), alignof(ALSACtlElemEventMask));
printf("%s;%zu;%zu\n", "ALSACtlElemIfaceType", sizeof(ALSACtlElemIfaceType), alignof(ALSACtlElemIfaceType));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoBoolean", sizeof(ALSACtlElemInfoBoolean), alignof(ALSACtlElemInfoBoolean));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoBooleanClass", sizeof(ALSACtlElemInfoBooleanClass), alignof(ALSACtlElemInfoBooleanClass));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoBytes", sizeof(ALSACtlElemInfoBytes), alignof(ALSACtlElemInfoBytes));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoBytesClass", sizeof(ALSACtlElemInfoBytesClass), alignof(ALSACtlElemInfoBytesClass));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoCommonInterface", sizeof(ALSACtlElemInfoCommonInterface), alignof(ALSACtlElemInfoCommonInterface));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoEnumerated", sizeof(ALSACtlElemInfoEnumerated), alignof(ALSACtlElemInfoEnumerated));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoEnumeratedClass", sizeof(ALSACtlElemInfoEnumeratedClass), alignof(ALSACtlElemInfoEnumeratedClass));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoIec60958", sizeof(ALSACtlElemInfoIec60958), alignof(ALSACtlElemInfoIec60958));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoIec60958Class", sizeof(ALSACtlElemInfoIec60958Class), alignof(ALSACtlElemInfoIec60958Class));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoInteger", sizeof(ALSACtlElemInfoInteger), alignof(ALSACtlElemInfoInteger));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoInteger64", sizeof(ALSACtlElemInfoInteger64), alignof(ALSACtlElemInfoInteger64));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoInteger64Class", sizeof(ALSACtlElemInfoInteger64Class), alignof(ALSACtlElemInfoInteger64Class));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoIntegerClass", sizeof(ALSACtlElemInfoIntegerClass), alignof(ALSACtlElemInfoIntegerClass));
printf("%s;%zu;%zu\n", "ALSACtlElemInfoSingleArrayInterface", sizeof(ALSACtlElemInfoSingleArrayInterface), alignof(ALSACtlElemInfoSingleArrayInterface));
printf("%s;%zu;%zu\n", "ALSACtlElemType", sizeof(ALSACtlElemType), alignof(ALSACtlElemType));
printf("%s;%zu;%zu\n", "ALSACtlElemValue", sizeof(ALSACtlElemValue), alignof(ALSACtlElemValue));
printf("%s;%zu;%zu\n", "ALSACtlElemValueClass", sizeof(ALSACtlElemValueClass), alignof(ALSACtlElemValueClass));
printf("%s;%zu;%zu\n", "ALSACtlEventType", sizeof(ALSACtlEventType), alignof(ALSACtlEventType));
return 0;
}