This website requires JavaScript.
Explore
Help
Register
Sign In
compiler
/
sysy-data
Watch
4
Star
0
Fork
You've already forked sysy-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ff30d7bed5
sysy-data
/
functional
/
sy
/
46_hex_defn.sy
6 lines
78 B
Plaintext
Raw
Blame
History
// test hexadecimal define
int main(){
int a;
a = 0xf;
return a;
}
Reference in New Issue
View Git Blame
Copy Permalink