Files
yait/lib/textc.h
2025-10-04 19:28:26 -04:00

9 lines
115 B
C

#ifndef TEXTC_H
#define TEXTC_H
char *str_dup(char *s);
char *tostrupr(char *s);
char *tostrlwr(char *s);
#endif