index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
31 curses
/
main.c
blob: 07d73f533139ea91775b05a1c0aa912fa0e5da4a (
plain
)
1
2
3
4
5
6
7
#include
"curses.h"
int
main
(
void
)
{
initscr
();
endwin
();
return
0
;
}