CTWM
Loading...
Searching...
No Matches
ext
repl_str.h
Go to the documentation of this file.
1
/*
2
* An implementation of replacing substrings in a string.
3
*
4
* See repl_str.c for details
5
*/
6
#ifndef _REPL_STR_H
7
#define _REPL_STR_H
8
9
char
*
replace_substr
(
const
char
*,
const
char
*,
const
char
*);
10
11
#endif
/* _REPL_STR_H */
replace_substr
char * replace_substr(const char *, const char *, const char *)
Definition
repl_str.c:24
Generated by
1.10.0