]> 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:21:13 +0000 (16:21 -0500)
level_0/f_types/c/types.h

index baf44aa0f696a93a2b65baa2b7d16f709bdd9d2b..10f4f1eb175bbff89c84d955da39bff85e9ee7a0 100644 (file)
@@ -154,6 +154,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.