source: MondoRescue/trunk/mondo/src/include/mr_str.h@ 1074

Last change on this file since 1074 was 1074, checked in by Bruno Cornec, 17 years ago

This version of trunk desn't seg fault on mr_msg anymore.
Still not ready for 3.0.0 but improvements ongoing

File size: 375 bytes
RevLine 
[900]1/*
[768]2 * $Id$
3 *
[900]4 * Header file of mr_str.c: a set of function manipulating strings
[852]5 * Provided under the GPL v2
[768]6 */
7
[900]8#ifndef MR_STR_H
9#define MR_STR_H
[768]10
11/* functions (public methods) */
12
[1074]13extern inline char *mr_strtok(char *instr, const char *delims, int *lastpos);
14extern inline char *mr_stresc(char *instr, char *toesc, const char escchr);
[768]15
[900]16#endif /* MR_STR_H */
Note: See TracBrowser for help on using the repository browser.