testc_module.c 159 B

1234567
  1. #include "faux/ini.h"
  2. const char *testc_module[][2] = {
  3. {"testc_faux_ini_good", "INI subsystem good"},
  4. {"testc_faux_ini_bad", "INI bad"},
  5. {NULL, NULL}
  6. };