7 lines
69 B
C
7 lines
69 B
C
int s3(void);
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return s3();
|
|
}
|