split.h
来自「linux下自动mount各种即插即用设备的一个小程序源码 文件包含内容: 」· C头文件 代码 · 共 38 行
H
38 行
/*************************************************************************** split.h - description ------------------- begin : Mon May 27 2002 copyright : (C) 2002 by Clemens Wacha email : wacha@gmx.ch ***************************************************************************//*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************//*! file Hilfs-Datei f黵 rc_command (siehe rcvars.h|cpp) @author Clemens Wacha*/#ifndef _SPLIT_H#define _SPLIT_Hchar *splitnext(char **pos);/*! splitline macht aus einer Textzeile einzelne W鰎ter. W鰎ter sind Buchstabenkombinationen die durch Leerzeichen getrennt werden. Leerzeichen kann man mit Hilfe von Anf黨rungszeichen "" einbetten. Die original Textzeile wird beim zerschneiden zerst鰎t.*/int splitline(char **argv, int max, char *line);#endif /* _SPLIT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?