This commit is contained in:
2025-10-21 20:45:45 +07:00
parent e0d0c21c53
commit 9216d798ac
10 changed files with 184 additions and 19 deletions

6
lab_2/textlib_static.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef TEXTLIB_STATIC_H
#define TEXTLIB_STATIC_H
int replace_char_line(char *buf, int key, int *replacements_left);
#endif // TEXTLIB_STATIC_H