source:
MondoRescue/trunk/mondo/src/include/mr_str.h
| Last change on this file was 1106, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 410 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * $Id$ |
| 3 | * |
| 4 | * Header file of mr_str.c: a set of function manipulating strings |
| 5 | * Provided under the GPL v2 |
| 6 | */ |
| 7 | |
| 8 | #ifndef MR_STR_H |
| 9 | #define MR_STR_H |
| 10 | |
| 11 | /* functions (public methods) */ |
| 12 | |
| 13 | extern inline char *mr_strtok(char *instr, const char *delims, int *lastpos); |
| 14 | extern inline char *mr_stresc(char *instr, char *toesc, const char escchr); |
| 15 | extern inline char *mr_date(void); |
| 16 | |
| 17 | #endif /* MR_STR_H */ |
Note:
See TracBrowser
for help on using the repository browser.
