diff options
Diffstat (limited to 'src/02/04/hash.h')
| -rw-r--r-- | src/02/04/hash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/02/04/hash.h b/src/02/04/hash.h new file mode 100644 index 0000000..6301584 --- /dev/null +++ b/src/02/04/hash.h @@ -0,0 +1,4 @@ +typedef struct { +} Hash; + +Hash *hash_init(int size); |
