index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
curses
/
nl.c
blob: aed9b8bf7f93ccbd131ab689c83c030a2be586bf (
plain
)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h> int nl(void) { return ERR; } /* XOPEN(4) LINK(curses) */