source: MondoRescue/trunk/mondo/src/common/mr_string.h@ 839

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

merge -r814:838 $SVN_M/branches/stable

File size: 293 bytes
Line 
1/*
2 * mr_string.h - New generation of string handling functions
3 */
4
5
6#ifndef MR_STRING_H
7#define MR_STRING_H
8
9/* functions (public methods) */
10
11extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
12extern char *mr_stresc(char *instr, char *toesc, const char escchr);
13
14#endif
Note: See TracBrowser for help on using the repository browser.