From b5a527f9ff47b0f4b32c606e385a0c27d861a475 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 4 Apr 2013 14:53:53 -0400 Subject: [PATCH] cleanup mbstowcs wrapper remove unneeded headers. this file is utterly trivial now and there's no sense in having a comment to state that it's in the public domain. --- src/multibyte/mbstowcs.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/multibyte/mbstowcs.c b/src/multibyte/mbstowcs.c index 8e3fac15..dc0d4594 100644 --- a/src/multibyte/mbstowcs.c +++ b/src/multibyte/mbstowcs.c @@ -1,15 +1,5 @@ -/* - * This code was written by Rich Felker in 2010; no copyright is claimed. - * This code is in the public domain. Attribution is appreciated but - * unnecessary. - */ - #include -#include #include -#include - -#include "internal.h" size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn) { -- 2.20.1