]> Kevux Git Server - fll/commitdiff
Update: add an f_standard_debug output similar to f_standard_warning
authorKevin Day <thekevinday@gmail.com>
Sun, 21 Jul 2019 21:03:05 +0000 (16:03 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 21 Jul 2019 21:03:05 +0000 (16:03 -0500)
level_0/f_types/c/types.h

index c1c3c0efd74c24bfb0eb57eaab5b6cfc32bd544b..dd250ee0c5e46edaded1f1b9dca7e4485912223c 100644 (file)
@@ -147,6 +147,7 @@ extern "C"{
   #define f_standard_output  stdout
   #define f_standard_error   stderr
   #define f_standard_warning stdout // I still hope for a separate pipe for warnings
+  #define f_standard_debug   stdout // I still hope for a separate pipe for debug
 #endif // _di_f_types_standard_output_
 
 // Defines a variable to be used by arrays.