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

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

merge -r1045:1078 £SVN_M/branches/stable

  • Property svn:eol-style set to native
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.