mirror of
https://github.com/rui314/chibicc
synced 2024-11-26 16:20:21 +03:00
10 lines
163 B
C
10 lines
163 B
C
#ifndef __STDALIGN_H
|
|
#define __STDALIGN_H
|
|
|
|
#define alignas _Alignas
|
|
#define alignof _Alignof
|
|
#define __alignas_is_defined 1
|
|
#define __alignof_is_defined 1
|
|
|
|
#endif
|