save point

This commit is contained in:
2025-10-04 19:28:26 -04:00
parent 744aaf2bf8
commit c12dbce62c
21 changed files with 546 additions and 489 deletions

8
lib/textc.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef TEXTC_H
#define TEXTC_H
char *str_dup(char *s);
char *tostrupr(char *s);
char *tostrlwr(char *s);
#endif