Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_libncurses
/
b2cef93693cf7cfd01098c9b69603c90f0f4b803
/
.
/
ncurses
/
fallback.c
blob: 71daf2c5bf5500ffe2cdc340232eb98c4951cba0 [
file
] [
log
] [
blame
]
/*
* DO NOT EDIT THIS FILE BY HAND! It is generated by MKfallback.sh.
*/
#include
<
curses
.
priv
.
h
>
NCURSES_EXPORT
(
const
TERMTYPE
*)
_nc_fallback
(
const
char
*
name GCC_UNUSED
)
{
/* the fallback list is empty */
return
((
TERMTYPE
*)
0
);
}