diff options
Diffstat (limited to 'src/string/strerror_s.c')
-rw-r--r-- | src/string/strerror_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strerror_s.c b/src/string/strerror_s.c index c1e85cac..bffc2a5d 100644 --- a/src/string/strerror_s.c +++ b/src/string/strerror_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <errno.h> #include "__strerror.h" @@ -33,3 +35,6 @@ subsequent calls. /* CEXT1(201112) */ + + +#endif |