kernel/inc/utils
antifallobst 83f5e77d52 feature (strings): implemented DJB string hashing function 2023-06-05 17:51:10 +02:00
..
crypto feature (crypto): implemented SHA-1 2023-05-26 21:24:23 +02:00
bitmap.h
core.h
hashmap.h feature (hashmaps): implemented hashmaps (NOT TESTED YET) 2023-05-29 16:23:03 +02:00
io.h Can't seem to get this working. 2023-04-22 10:48:15 +02:00
logger.h feature (logger): implemented debug log macro which logs file and line number of its call in adition to a given format string 2023-04-26 20:14:06 +02:00
math.h
memory.h
panic.h
status.h feature (status): added a few more error status codes 2023-05-07 00:33:10 +02:00
stdtypes.h
stream.h
string.h feature (strings): implemented DJB string hashing function 2023-06-05 17:51:10 +02:00
symbol.h