summaryrefslogtreecommitdiff
path: root/src/curses/stdscr.c
blob: a3aef95a8e952f8538c3adbb8fc3e73bf2c80881 (plain)
1
2
3
4
5
6
#include <curses.h>
WINDOW *stdscr;
/*
XOPEN(4)
LINK(curses)
*/