move utf, fmt to libc

This commit is contained in:
rsc 2005-11-26 15:38:59 +00:00
parent bea503e7dc
commit 7e8769cc2a
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,9 @@
extern "C" {
#endif
#include <utf.h>
#include <fmt.h>
/*
* Begin usual libc.h
*/