save point
This commit is contained in:
8
lib/textc.h
Normal file
8
lib/textc.h
Normal 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
|
||||
Reference in New Issue
Block a user