URI:
       tmove utf, fmt to libc - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7e8769cc2a0b68245fce260c1069f7450bcf674a
   DIR parent bea503e7dc632b1f401b81fbdf784841e6d478a3
  HTML Author: rsc <devnull@localhost>
       Date:   Sat, 26 Nov 2005 15:38:59 +0000
       
       move utf, fmt to libc
       
       Diffstat:
         M include/libc.h                      |       3 +++
         M include/u.h                         |       2 --
       
       2 files changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/include/libc.h b/include/libc.h
       t@@ -9,6 +9,9 @@
        extern "C" {
        #endif                                                                
        
       +#include <utf.h>
       +#include <fmt.h>
       +
        /*
         * Begin usual libc.h 
         */
   DIR diff --git a/include/u.h b/include/u.h
       t@@ -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 */