[refactor] replace system libc with local libc

This commit is contained in:
jzlv 2021-06-25 23:13:19 +08:00
parent 27447f528c
commit f0cf9ffcf8
106 changed files with 324 additions and 4534 deletions

View file

@ -23,11 +23,12 @@
#ifndef _MISC_H
#define _MISC_H
#include "stdio.h"
#include "stdint.h"
#include "string.h"
#include "stdarg.h"
#include "stdbool.h"
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include "gcc.h"
/*@} end of group COMMON_Public_Types */