t8.c 78 B

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