コード例 #1
0
ファイル: test_jnxguid.c プロジェクト: AlexsJones/jnxlibc
int test_jnxguid() {
    JNXLOG(LDEBUG,"Running test for jnxguid");

    test_generate_guid();
    test_compare_guid();
    test_string();
    return 0;
}
コード例 #2
0
ファイル: test_jnxguid.c プロジェクト: the-achievers/jnxlibc
int main(int args, char **argv) {
  JNX_LOG(NULL,"Running test for jnxguid");

  test_generate_guid();
  test_compare_guid();
  test_string();
  return 0;
}