Test
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#include "cursesd.h"
|
/*#include "cursesd.h"
|
||||||
|
|
||||||
WINDOW *initscr()
|
WINDOW *initscr()
|
||||||
{
|
{
|
||||||
if ( stdscr == 0 )
|
if ( stdscr == 0 )
|
||||||
stdscr = (WINDOW)calloc(1,sizeof(*stdscr));
|
stdscr = (WINDOW)calloc(1,sizeof(*stdscr));
|
||||||
}
|
}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user