Skip to content

Instantly share code, notes, and snippets.

@kauppim
Created May 16, 2012 07:38
Show Gist options
  • Save kauppim/2708371 to your computer and use it in GitHub Desktop.
Save kauppim/2708371 to your computer and use it in GitHub Desktop.
Header file example for awesome-hash
#ifndef KAUPPIM_AWESOME-HASH_H
#define KAUPPIM_AWESOME-HASH_H
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
uint64_t hashGenerate(const char* input, size_t length);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment