move utf, fmt to libc
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user