fake-gthread.c 81 B

1234567
  1. #include "fake-gthread.h"
  2. int fake_gthread_fake_function (void)
  3. {
  4. return 7;
  5. }