c_test_two.c 75 B

123456
  1. #include <glib.h>
  2. gboolean c_test_two_is_true (void) {
  3. return TRUE;
  4. }