diff options
author | sinanmohd <sinan@firemail.cc> | 2023-05-10 09:48:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-05-10 18:05:15 +0530 |
commit | bfe41ee41ad751c558a4483cfdf6317ac3a3d506 (patch) | |
tree | 1aa113258f19959c22187932292ea1f7968b7d27 /6.6/def.h | |
parent | 5c032ac33810cc3d01bdcc1cdb12bc8b913a696c (diff) |
6.6 initial commit (better ../6.5)
Diffstat (limited to '6.6/def.h')
-rw-r--r-- | 6.6/def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/6.6/def.h b/6.6/def.h new file mode 100644 index 0000000..f2f2533 --- /dev/null +++ b/6.6/def.h @@ -0,0 +1,3 @@ +#include <stdint.h> + +void getdef(struct nlist *hashtab[], uint32_t hashsize); |