Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: basesrc



   
    > 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.



Home | Main Index | Thread Index | Old Index