📄 memstr.h
字号:
/* $Id: memstr.h,v 1.4 2005/01/04 16:01:56 m-a Exp $ *//** \file memstr.h declarations for memstr.c * \author Matthias Andree * \date 2004 * GNU General Public License v2 */#ifndef MEMSTR_H#define MEMSTR_H#include <string.h>/** find needle in haystack (which is treated as unsigned char *). */void *memstr(const void *haystack, size_t n, const char *needle);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -