diff options
Diffstat (limited to 'src/multibyte/mblen.c')
-rw-r--r-- | src/multibyte/mblen.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/multibyte/mblen.c b/src/multibyte/mblen.c index 96b47b12..a4304bf5 100644 --- a/src/multibyte/mblen.c +++ b/src/multibyte/mblen.c @@ -1,9 +1,3 @@ -/* - * 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 <stdlib.h> int mblen(const char *s, size_t n) |