mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 13:18:59 +00:00
[refactor] replace system libc with local libc
This commit is contained in:
parent
27447f528c
commit
f0cf9ffcf8
106 changed files with 324 additions and 4534 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue