7 lines
146 B
C
7 lines
146 B
C
#ifndef TEXTLIB_STATIC_H
|
|
#define TEXTLIB_STATIC_H
|
|
|
|
int replace_char_line(char *buf, int key, int *replacements_left);
|
|
|
|
#endif // TEXTLIB_STATIC_H
|