source:
MondoRescue/trunk/mondo/src/common/mr_string.h@
867
| Last change on this file since 867 was 839, checked in by , 19 years ago | |
|---|---|
| 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 | |
| 11 | extern char *mr_strtok(char *instr, const char *delims, int *lastpos); |
| 12 | extern char *mr_stresc(char *instr, char *toesc, const char escchr); |
| 13 | |
| 14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
