style and consistency improved

This commit is contained in:
2026-09-03 21:13:45 -05:00
parent 8b2a2e8f65
commit 9c583ff0f6
8 changed files with 572 additions and 571 deletions
+1 -5
View File
@@ -1,12 +1,8 @@
#ifndef LIBKEKE_UTILS
#define LIBKEKE_UTILS
#pragma once
#include <stddef.h>
#define BOOL_PRETTY(b) (b ? "True" : "False")
void keke_swap(void *, void *, size_t);
size_t bit_ceil(size_t s);
#endif