source: MondoRescue/trunk/mondo/src/include/mr_string.h@ 852

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

License is GPLv2 for new files introduced

File size: 317 bytes
Line 
1/* mr_string.h
2 *
3 * $Id$
4 *
5 * Header file of mr_string: a set of function manipulating strings
6 * Provided under the GPL v2
7 */
8
9#ifndef MR_STRING_H
10#define MR_STRING_H
11
12/* functions (public methods) */
13
14extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
15
16#endif /* MR_STRING_H */
Note: See TracBrowser for help on using the repository browser.