rulimine/stdinc/stdalign.h
2022-01-21 03:21:24 +01:00

7 lines
102 B
C

#ifndef __STDALIGN_H__
#define __STDALIGN_H__
#define alignas(a) __attribute__((aligned(a)))
#endif