This website requires JavaScript.
Explore
Help
Sign In
Aren
/
rulimine
Watch
1
Star
0
Fork
You've already forked rulimine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
400202d926
rulimine
/
stdinc
/
stdalign.h
7 lines
102 B
C
Raw
Blame
History
#
ifndef __STDALIGN_H__
#
define __STDALIGN_H__
#
define alignas(a) __attribute__((aligned(a)))
#
endif
Reference in New Issue
View Git Blame
Copy Permalink