testc_ini.c 95 B

1234567891011
  1. int testc_faux_ini_good(void) {
  2. return 0;
  3. }
  4. int testc_faux_ini_bad(void) {
  5. return -1;
  6. }