⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 string.h

📁 Develop Zigbee network real-time Os
💻 H
字号:
/** * Prototypes for Keil built-in functions, that differ from glibc * * @author Martin Leopold <leopold@diku.dk> */#ifndef STRING_H#define STRING_Hextern int strlen (char *);extern void *memcpy (void *s1, void *s2, int n);extern char memcmp (void *s1, void *s2, int n);extern void *memset  (void *s, char val, int n);#endif //STRING_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -