예제 #1
0
int main (int argc, char **argv)
{
    test_quotes();
    test_string();
    test_varlen_seps();
    test_same_quote();
    test_vector_init();
    return 0;
}
예제 #2
0
파일: csvread.c 프로젝트: epok76/lanmap2
int main(void)
{
  test_init();
  test_toomanyfields();
  test_abc();
  test_emptyfields();
  test_emptystring();
  test_quotedcomma();
  test_quotedcommas();
  test_quotes();
  test_read_icmp_echo();
  return 0;
}