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
ab4819e15e
sysy-data
/
functional_c
/
sy
/
10_var_defn_func.sy
10 lines
94 B
Plaintext
Raw
Blame
History
#include "sylib.h"
int defn(){
return 4;
}
int main(){
int a=defn();
return a;
}
Reference in New Issue
View Git Blame
Copy Permalink