android_mt6572_jiabo/external/libncurses/ncurses/fallback.c
2025-09-05 16:56:03 +08:00

11 lines
241 B
C

/*
* 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);
}