t2.c 78 B

1234567
  1. #include <stdio.h>
  2. int tlib2func()
  3. {
  4. printf("This is T2\n");
  5. return 2;
  6. }