Commit Graph

4 Commits

Author SHA1 Message Date
84ba41e180 fix: Adding Header guards. 2025-06-29 15:07:31 +02:00
1aba159f8f fix: More C++ support. 2025-06-29 02:52:53 +02:00
1401e1d70b fix: Adding casts for C++ and optimizing pointer comparison. 2025-06-29 02:33:07 +02:00
ed41c04209 feature (#1)
This feature adds the following functions:

 - set_malloc()
 - set_free()

Which is a safe malloc wrapper, that frees all memory after a test has finished.

Reviewed-on: #1
2025-06-25 23:17:02 +00:00