2022-10-27 20:55:19 +02:00

6 lines
54 B
C

int
get__alignof_int ()
{
return __alignof (int);
}