Subject: re: CVS commit: basesrc
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/05/1999 17:14:14
> so, i think this should be fixed in <curses.h> ... it uses strlen() not
> the rain.c code (well, it might, but the curses.h use is what this change
> was inspried by :-).
What does XCURSES say about the <curses.h> namespace?
hm. i see:
The inclusion of <curses.h> may make visible all symbols from the headers
<stdio.h>, <term.h>, <termios.h> and <wchar.h>.
which indicates that <string.h> _isn't_ ok.
but neither is <curses.h> being broken without <string.h> before it!
perhaps <curses.h> needs a local copy of strlen() proto? ick.