Rev 8079 | Rev 8100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8079 | Rev 8086 | ||
---|---|---|---|
Line 111... | Line 111... | ||
111 | void nospace(char *p); /* collapses all space characters in string. */ |
111 | void nospace(char *p); /* collapses all space characters in string. */ |
112 | void singlespace(char *p); /* change all spaces into ' ', and collapse multiple occurences */ |
112 | void singlespace(char *p); /* change all spaces into ' ', and collapse multiple occurences */ |
113 | void deaccent(char *p); /* fold accented letters to unaccented */ |
113 | void deaccent(char *p); /* fold accented letters to unaccented */ |
114 | void reaccent(char *p); /* compose accented letters using symbols */ |
114 | void reaccent(char *p); /* compose accented letters using symbols */ |
115 | /* modify a string. Bufferlen must be at least MAX_LINELEN */ |
115 | /* modify a string. Bufferlen must be at least MAX_LINELEN */ |
- | 116 | extern void (*string_modify)(char *start, char *bad_beg, char *bad_end, char *good,...); |
|
- | 117 | void string_modify1(char *start, char *bad_beg, char *bad_end, char *good,...); |
|
116 | void |
118 | void string_modify2(char *start, char *bad_beg, char *bad_end, char *good,...); |
- | 119 | ||
117 | long int filelength(char *fn,...); |
120 | long int filelength(char *fn,...); |
118 | int catfile(FILE *outf, char *fn,...); |
121 | int catfile(FILE *outf, char *fn,...); |
119 | #ifdef libwims |
122 | #ifdef libwims |
120 | char *fnd_position; |
123 | char *fnd_position; |
121 | char *fnd_nextpos; |
124 | char *fnd_nextpos; |