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" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <utf.h>
|
||||||
|
#include <fmt.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Begin usual libc.h
|
* Begin usual libc.h
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@ extern "C" {
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <utf.h>
|
|
||||||
#include <fmt.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <ctype.h> /* for tolower */
|
#include <ctype.h> /* for tolower */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue