xstrdup.h

来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· C头文件 代码 · 共 14 行

H
14
字号
/* (C) 2002 by Matthias Andree, redistributable according to the terms * of the GNU General Public License, v2. * * $Id: xstrdup.h,v 1.3 2004/02/25 04:51:58 relson Exp $ * */#ifndef XSTRDUP_H#define XSTRDUP_Hchar *xstrdup(const char *s);#endif

⌨️ 快捷键说明

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