mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 03:25:56 +08:00
8 lines
53 B
C
8 lines
53 B
C
int foo() {
|
|
return 1;
|
|
}
|
|
|
|
int bar() {
|
|
return 2;
|
|
}
|