source: MondoRescue/trunk/mondo/mondo/lib/mr_string.h@ 768

Last change on this file since 768 was 768, checked in by Bruno Cornec, 18 years ago

mktest generates again good results with the new split of libraries.

File size: 1.0 KB
Line 
1/* mr_string.h
2 *
3 * $Id$
4 *
5 * Header file of mr_string: a set of function manipulating strings
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * as published by the Free Software Foundation; either version 2.1
10 * of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free
19 * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20 * 02111-1307 USA
21 */
22
23#ifndef MR_STRING_H
24#define MR_STRING_H
25
26/* functions (public methods) */
27
28char *mr_strtok(char *instr, const char *delims, int *lastpos);
29
30#endif /* MR_STRING_H */
Note: See TracBrowser for help on using the repository browser.