📄 __string.h
字号:
#ifndef _SYS_STDSYMS_INCLUDED#endif#ifndef _SIZE_T#define _SIZE_Ttypedef pthread_size_t size_t;#endif/* Non-standard SunOS 4.x string routines. */#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)__BEGIN_DECLSint bcmp __P_((const void *, const void *, size_t));void bcopy __P_((const void *, void *, size_t));void bzero __P_((void *, size_t));char *index __P_((const char *, int));char *rindex __P_((const char *, int));char *strdup __P_((const char *));__END_DECLS#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -