From db616c2d5cff8477336b318d889e02112fe97f9a Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 28 May 2024 12:34:30 -0400 Subject: handle stream orientation behavior --- src/wchar/fputws.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/wchar/fputws.c') diff --git a/src/wchar/fputws.c b/src/wchar/fputws.c index 4da7b13c..ad48fbfe 100644 --- a/src/wchar/fputws.c +++ b/src/wchar/fputws.c @@ -1,7 +1,6 @@ -#if 0 - #include #include +#include "_safety.h" int fputws(const wchar_t * restrict s, FILE * restrict stream) { @@ -21,6 +20,3 @@ int fputws(const wchar_t * restrict s, FILE * restrict stream) /* STDC(199409) */ - - -#endif -- cgit v1.2.1