mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
move utf, fmt to libc
This commit is contained in:
parent
bea503e7dc
commit
7e8769cc2a
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <utf.h>
|
||||
#include <fmt.h>
|
||||
|
||||
/*
|
||||
* Begin usual libc.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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue