4 lines
35 B
C
4 lines
35 B
C
|
int header1(int t) {
|
||
|
return t;
|
||
|
}
|