4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
![]() |
public extern int T ( float n )
|
||
|
{
|
||
|
return n * 1.1;
|
||
|
}
|