From: Kevin Day Date: Sun, 21 Jul 2019 21:03:05 +0000 (-0500) Subject: Update: add an f_standard_debug output similar to f_standard_warning X-Git-Tag: 0.4.3~26 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=0b6fa6c1f7963e8c557c2bf1c2aaa606d466591a;p=fll Update: add an f_standard_debug output similar to f_standard_warning --- diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index c1c3c0e..dd250ee 100644 --- a/level_0/f_types/c/types.h +++ b/level_0/f_types/c/types.h @@ -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.