tmove utf, fmt to libc - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7e8769cc2a0b68245fce260c1069f7450bcf674a | |
parent bea503e7dc632b1f401b81fbdf784841e6d478a3 | |
Author: rsc | |
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(-) --- | |
diff --git a/include/libc.h b/include/libc.h | |
t@@ -9,6 +9,9 @@ extern "C" { #endif +#include | |
diff --git a/include/u.h b/include/u.h | |
t@@ -33,8 +33,6 @@ extern "C" { #include |