Reading a magic marker shows the specific red ink color

This commit is contained in:
Pasi Kallinen
2022-02-19 13:11:20 +02:00
parent c434236f1e
commit 26ea5824c1
4 changed files with 32 additions and 1 deletions

View File

@@ -955,6 +955,7 @@ extern char lowc(char);
extern char *lcase(char *);
extern char *ucase(char *);
extern char *upstart(char *);
extern char *upwords(char *);
extern char *mungspaces(char *);
extern char *trimspaces(char *);
extern char *strip_newline(char *);