metal-cos/include/stdalign.h

12 lines
161 B
C
Raw Normal View History

2014-11-25 08:22:05 +00:00
#ifndef __STDALIGN_H__
#define __STDALIGN_H__
#if !defined(__cplusplus)
#define alignas _Alignas
#define alignof _Alignof
#endif
#endif /* __STDALIGN_H__ */