GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: lib/libcurses/fallback.c Lines: 0 1 0.0 %
Date: 2017-11-07 Branches: 0 0 0.0 %

Line Branch Exec Source
1
/*
2
 * DO NOT EDIT THIS FILE BY HAND!  It is generated by MKfallback.sh.
3
 */
4
5
#include <curses.priv.h>
6
#include <term.h>
7
8
NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *name GCC_UNUSED)
9
{
10
	/* the fallback list is empty */
11
	return((TERMTYPE *)0);
12
}