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
2e37cdeeab
sysy-data
/
functional_c
/
sy
/
13_sub2.sy
9 lines
97 B
Plaintext
Raw
Blame
History
#include "sylib.h"
//test sub
#define a 10
int main(){
int b;
b = 2;
return b - a;
}
Reference in New Issue
View Git Blame
Copy Permalink