Bruh
This commit is contained in:
parent
ee3356b7e0
commit
32339e5e28
@ -1,9 +1,9 @@
|
|||||||
#include <stdlib.h>
|
|
||||||
#include <stdbool.h>
|
|
||||||
|
|
||||||
#ifndef HASHTABLE_H
|
#ifndef HASHTABLE_H
|
||||||
#define HASHTABLE_H
|
#define HASHTABLE_H
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
bool exists;
|
bool exists;
|
||||||
size_t sizet;
|
size_t sizet;
|
||||||
|
Loading…
Reference in New Issue
Block a user