Created
March 12, 2017 16:48
-
-
Save csukuangfj/9417c6aa2adb8e20b21505ef96869804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum { LOCAL=1, READ_ONLY=2, WRITE_ONLY=4, READ_WRITE=6, CONSTANT=8, PTR_ONLY = 16, NO_SIZE=256 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment