|
Last change
on this file since 865 was 864, checked in by Bruno Cornec, 19 years ago |
|
mr_stresc added to mr_string.h
|
|
File size:
386 bytes
|
| Line | |
|---|
| 1 | /* mr_string.h
|
|---|
| 2 | *
|
|---|
| 3 | * $Id$
|
|---|
| 4 | *
|
|---|
| 5 | * Header file of mr_string: a set of function manipulating strings
|
|---|
| 6 | * Provided under the GPL v2
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 | #ifndef MR_STRING_H
|
|---|
| 10 | #define MR_STRING_H
|
|---|
| 11 |
|
|---|
| 12 | /* functions (public methods) */
|
|---|
| 13 |
|
|---|
| 14 | extern char *mr_strtok(char *instr, const char *delims, int *lastpos);
|
|---|
| 15 | extern char *mr_stresc(char *instr, char *toesc, const char escchr);
|
|---|
| 16 |
|
|---|
| 17 | #endif /* MR_STRING_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.