Sha256: 904c09580175aca72ce97e5dd972ca74bcde4df726700f519d21e157a99726ae
Contents?: true
Size: 444 Bytes
Versions: 17
Compression:
Stored size: 444 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_sha1_lookup_h__ #define INCLUDE_sha1_lookup_h__ #include "common.h" #include <stdlib.h> int sha1_position(const void *table, size_t stride, unsigned lo, unsigned hi, const unsigned char *key); #endif
Version data entries
17 entries across 17 versions & 1 rubygems