Compile on Linux again, fix comment warning, implement output capture on exec on posix

This commit is contained in:
2024-03-25 16:11:57 +11:00
parent b1eab3abdf
commit 3bca236a74
32 changed files with 534 additions and 230 deletions
+5
View File
@@ -1,5 +1,7 @@
#if !defined(DQN_KECCAK_H)
#define DQN_KECCAK_H
/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//
// $$\ $$\ $$$$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$\ $$\
@@ -64,6 +66,9 @@
// code of the header file.
//
// #define DQN_KECCAK_IMPLEMENTATION
//
////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#if !defined(DQN_KECCAK_MEMCPY)
#include <string.h>
+4
View File
@@ -1,6 +1,7 @@
#if !defined(DQN_UTEST_H)
#define DQN_UTEST_H
/*
////////////////////////////////////////////////////////////////////////////////////////////////////
//
// $$\ $$\ $$$$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$$$\
@@ -45,6 +46,9 @@
// #define DQN_UTEST_GOOD_COLOR
// Define this to a terminal color code to specify what color sucess will be
// presented as.
//
////////////////////////////////////////////////////////////////////////////////////////////////////
*/
// NOTE: Macros ////////////////////////////////////////////////////////////////////////////////////
#include <stdio.h>