Last change
on this file since 1182 was
1182,
checked in by Bruno Cornec, 14 years ago
|
typo
|
-
Property svn:eol-style set to
native
|
File size:
439 bytes
|
Rev | Line | |
---|
[1054] | 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 | |
---|
[1178] | 13 | extern char *mr_strtok(char *instr, const char *delims, int *lastpos); |
---|
| 14 | extern char *mr_stresc(char *instr, char *toesc, const char escchr); |
---|
[1087] | 15 | extern inline char *mr_date(void); |
---|
[1182] | 16 | extern void mr_strip_spaces(char *in_out); |
---|
[1054] | 17 | |
---|
| 18 | #endif /* MR_STR_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.