This commit is contained in:
bʰedoh₂ swé 2024-08-17 00:32:35 +05:00
parent ee3356b7e0
commit 32339e5e28
2 changed files with 4 additions and 4 deletions

View File

@ -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;

2
sdbm.h
View File

@ -1,6 +1,6 @@
#include <stdlib.h>
#ifndef SDBM_H #ifndef SDBM_H
#define SDBM_H #define SDBM_H
#include <stdlib.h> #include <stdlib.h>
static unsigned long sdbm(char *str) { static unsigned long sdbm(char *str) {