plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7e8769cc2a0b68245fce260c1069f7450bcf674a
parent bea503e7dc632b1f401b81fbdf784841e6d478a3
Author: rsc <devnull@localhost>
Date:   Sat, 26 Nov 2005 15:38:59 +0000

move utf, fmt to libc

Diffstat:
Minclude/libc.h | 3+++
Minclude/u.h | 2--
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/libc.h b/include/libc.h @@ -9,6 +9,9 @@ extern "C" { #endif +#include <utf.h> +#include <fmt.h> + /* * Begin usual libc.h */ diff --git a/include/u.h b/include/u.h @@ -33,8 +33,6 @@ extern "C" { #include <assert.h> #include <setjmp.h> #include <stddef.h> -#include <utf.h> -#include <fmt.h> #include <math.h> #include <ctype.h> /* for tolower */