1 Star 2 Fork 0

EtcFly/libc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
libc_math.h 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
EtcFly 提交于 2020-01-17 10:10 . 初始化版本
/**********************************************************************************************************
*@fileName: libc_math.H
*@platform: stm32l4xx.h + mdk5.26.2.0
*@version: v1.0.0
*@describe: the lib of math function
*@note:
**********************************************************************************************************
version date Author modification
----------------------------------------------------------------------------------------------------------
v1.0.0 190606 Etcfly Create file
**********************************************************************************************************/
#ifndef _LIBC_MATH_H
#define _LIBC_MATH_H
#ifdef _cplusplus
extern "C" {
#endif
/**********************EXPORT FUNCTION*****************************************/
int libc_atoi(const char *str);
#ifdef _cpluscplus
}
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wyabc/libc.git
git@gitee.com:wyabc/libc.git
wyabc
libc
libc
master

搜索帮助