io.h

来自「EM算法的改进」· C头文件 代码 · 共 24 行

H
24
字号
/* * $Id: io.h 1339 2006-09-21 19:46:28Z tbailey $ *  * $Log$ * Revision 1.2  2006/03/08 20:50:12  nadya * merge chamges from v3_5_2 branch * * Revision 1.1.1.1.4.1  2006/01/26 09:16:27  tbailey * Rename local function getline() to getline2() to avoid conflict with * function defined in stdio.h. * * Revision 1.1.1.1  2005/07/29 18:40:41  nadya * Importing from meme-3.0.14, and adding configure/make * */#ifndef IO_H#define IO_Hextern char *getline2(  FILE *stream 						/* input stream */);#endif

⌨️ 快捷键说明

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