kirill-refactor

This commit is contained in:
2025-12-10 16:50:28 +07:00
parent cb9d0ac607
commit f3a5c1f658
114 changed files with 2066 additions and 0 deletions

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