⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 split.h

📁 linux下自动mount各种即插即用设备的一个小程序源码 文件包含内容: /vold.h /vold.c /split.h /split.c /disktype-6/disktype.c
💻 H
字号:
/***************************************************************************                          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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -