misc/libphysfs/lzma/C/Archive/7z/7zMethodID.c
author Wuzzy <almikes@aol.com>
Sat, 23 Sep 2017 09:35:45 +0200
changeset 12507 f4b0e164a0d5
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Chance that clicking the random hats button produces a set of equal hats

/* 7zMethodID.c */

#include "7zMethodID.h"

/*
int AreMethodsEqual(CMethodID *a1, CMethodID *a2)
{
  return (*a1 == *a2) ? 1 : 0;
}
*/