From dc4cb395f50f9cee943941c03d9998cfeef721ca Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 21 Jul 2019 16:03:05 -0500 Subject: [PATCH] Update: add an f_standard_debug output similar to f_standard_warning --- level_0/f_types/c/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/level_0/f_types/c/types.h b/level_0/f_types/c/types.h index baf44aa..10f4f1e 100644 --- a/level_0/f_types/c/types.h +++ b/level_0/f_types/c/types.h @@ -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. -- 1.8.3.1