string.h

来自「Develop Zigbee network real-time Os」· C头文件 代码 · 共 17 行

H
17
字号
/** * 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 + =
减小字号Ctrl + -
显示快捷键?