8 lines
78 B
C
8 lines
78 B
C
#include <stdio.h>
|
|
|
|
int tlib2func()
|
|
{
|
|
printf("This is T2\n");
|
|
return 2;
|
|
}
|