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
fixed-nix
sysy-data
/
hidden_functional_c
/
sy
/
05_param_name.sy
9 lines
84 B
Plaintext
Raw
Permalink
Blame
History
#include "sylib.h"
int f(int f) {
return f * 2;
}
int main() {
return f(10);
}
Reference in New Issue
View Git Blame
Copy Permalink