* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors when

defining _mbrtowc.
* libc/stdlib/mbsinit.c: Ditto.
* libc/stdlib/mbsrtowcs.c: Ditto.
* libc/stdlib/wcrtomb.c: Ditto.
* libc/stdlib/wcsrtombs.c: Ditto.
* libc/stdlib/wctob.c: Ditto.
* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors when
defining _mbrtowc.
* libc/stdlib/mbsinit.c: Ditto.
* libc/stdlib/mbsrtowcs.c: Ditto.
This commit is contained in:
Christopher Faylor
2003-12-05 06:13:44 +00:00
parent 4c889d629d
commit 576593dd72
11 changed files with 45 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
#include <errno.h>
size_t

View File

@@ -1,7 +1,7 @@
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
#include <errno.h>
int

View File

@@ -1,7 +1,7 @@
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
#include <errno.h>
size_t

View File

@@ -1,7 +1,7 @@
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
#include <errno.h>
size_t

View File

@@ -1,7 +1,7 @@
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
#include <errno.h>
size_t

View File

@@ -1,8 +1,7 @@
#include <wchar.h>
#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
int
wctob (wint_t c)